diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b533989..2454b89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,7 @@ jobs: - .github/workflows/ci.yml - dist/** - src/** + - action.yml - package-lock.json - package.json diff --git a/action.yml b/action.yml index b522aa1..a82001f 100644 --- a/action.yml +++ b/action.yml @@ -1,10 +1,10 @@ -name: 'Tweet action' -description: 'Tweet in Twitter via GitHub Actions' -author: 'SnowCait' +name: Tweet action +description: Tweet in Twitter via GitHub Actions +author: SnowCait inputs: status: required: true - description: 'The text of the status update. URL encode as necessary. t.co link wrapping will affect character counts.' + description: The text of the status update. URL encode as necessary. t.co link wrapping will affect character counts. media_paths: description: | Upload media path(s). @@ -19,10 +19,10 @@ inputs: required: false outputs: response: - description: 'Response JSON' + description: Response JSON runs: - using: 'node12' - main: 'dist/index.js' + using: node16 + main: dist/index.js branding: - icon: 'edit' - color: 'blue' + icon: edit + color: blue