Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs authored May 19, 2023
1 parent f11cd45 commit e511f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Get Changed Files'
description: 'Saves lists of changed files as JSON for use by other actions.'
author: 'Dustin Falgout <dustin@falgout.us>'
runs:
using: 'node18'
using: 'node16'
main: 'dist/index.js'
inputs:
token:
Expand Down

0 comments on commit e511f10

Please sign in to comment.