Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node.js 16 #241

Merged
merged 3 commits into from Dec 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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