Skip to content

Commit

Permalink
fix action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DukeManh committed Dec 6, 2021
1 parent 6a268ac commit 6cda703
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: 'scoped-actions'
description: 'Run GitHub actions only on necessary scopes'
inputs:
files:
description: 'Changed and added files, should be ${{ steps.files.outputs.added_modified}}'
description: 'Changed and added files'
required: true
sn:
description: 'Command to be run in order, can specify many commands, e.g, s1: npm install, s2 npm start'
Expand Down

0 comments on commit 6cda703

Please sign in to comment.