Skip to content

Commit 2ce81b1

Browse files
authored
chore: fix syntax error in next-snapshot workflow (#2347)
1 parent 41b00a2 commit 2ce81b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/next-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v6
1414
- uses: actions/create-github-app-token@v3
1515
id: generate-token
16-
with:did you
16+
with:
1717
client-id: ${{ secrets.APP_ID }}
1818
private-key: ${{ secrets.APP_PRIVATE_KEY }}
1919
- name: Set up Python 3.10

0 commit comments

Comments
 (0)