Skip to content

Commit 4f2fc3b

Browse files
committed
add missing app_name
1 parent 26d8454 commit 4f2fc3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-close.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
2525
FLY_ORG: ${{ vars.FLY_ORG }}
2626
with:
27-
${{github.event.repository.name}}-${{ github.event.number }}
27+
app_name: ${{github.event.repository.name}}-${{ github.event.number }}

0 commit comments

Comments
 (0)