Skip to content

Commit

Permalink
Merge pull request #241 from snow-actions/nodejs16
Browse files Browse the repository at this point in the history
Node.js 16
  • Loading branch information
SnowCait committed Dec 20, 2022
2 parents 59d11ef + c8a0d3c commit d47b0c4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -24,6 +24,7 @@ jobs:
- .github/workflows/ci.yml
- dist/**
- src/**
- action.yml
- package-lock.json
- package.json
Expand Down
18 changes: 9 additions & 9 deletions 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).
Expand All @@ -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

0 comments on commit d47b0c4

Please sign in to comment.