Skip to content

Commit

Permalink
Tweak action setup
Browse files Browse the repository at this point in the history
  • Loading branch information
krzkaczor committed Jul 25, 2024
1 parent 561bc08 commit c41ce90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ jobs:
files: |
README.md
action.yml
package.json
./out/action.js
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 0 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ inputs:
description: 'Tenderly credentials'
required: true

outputs:
time:
description: The time we greeted you

runs:
using: node20
main: out/action.js

0 comments on commit c41ce90

Please sign in to comment.