Skip to content

Commit 26d8454

Browse files
committed
fix in app_name in workflows
1 parent a1918ea commit 26d8454

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/branch-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
2222
FLY_REGION: ${{ vars.FLY_REGION }}
2323
with:
24-
app_name: ${{ env.FLY_ORG }}-${{ github.ref_name }}
24+
app_name: ${{github.event.repository.name}}-${{ github.ref_name }}
2525
env_vars: |
2626
APP_ENV=staging
2727
GITHUB_OWNER=${{github.repository_owner}}

.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-
app_name: ${{ env.FLY_ORG }}-${{ github.ref_name }}
27+
${{github.event.repository.name}}-${{ github.event.number }}

0 commit comments

Comments
 (0)