Skip to content

Commit ff04fa7

Browse files
committed
gha: fix outputs spelling
1 parent 4c62bf9 commit ff04fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
private-key: ${{ secrets.APP_PRIVATE_KEY }}
1818
- uses: haarg/setup-git-user@v1
1919
with:
20-
app: ${{ steps.app-token.output.app-slug }}
20+
app: ${{ steps.app-token.outputs.app-slug }}
2121
- uses: actions/checkout@v4
2222
with:
2323
token: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)