Skip to content

Commit 5e5521f

Browse files
committed
fix input names
1 parent dcf1dee commit 5e5521f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/issue_commands.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
id: generate_token
3232
uses: actions/create-github-app-token@v2
3333
with:
34-
app_id: ${{ env.AWS_DS_TOKEN_CREATOR_ID }}
35-
private_key: ${{ env.AWS_DS_TOKEN_CREATOR_PEM }}
34+
app-id: ${{ env.AWS_DS_TOKEN_CREATOR_ID }}
35+
private-key: ${{ env.AWS_DS_TOKEN_CREATOR_PEM }}
3636
- name: Run Commands
3737
uses: ./actions/commands
3838
with:

0 commit comments

Comments
 (0)