We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1918ea commit 26d8454Copy full SHA for 26d8454
.github/workflows/branch-preview.yml
@@ -21,7 +21,7 @@ jobs:
21
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
22
FLY_REGION: ${{ vars.FLY_REGION }}
23
with:
24
- app_name: ${{ env.FLY_ORG }}-${{ github.ref_name }}
+ app_name: ${{github.event.repository.name}}-${{ github.ref_name }}
25
env_vars: |
26
APP_ENV=staging
27
GITHUB_OWNER=${{github.repository_owner}}
.github/workflows/pr-close.yml
@@ -24,4 +24,4 @@ jobs:
FLY_ORG: ${{ vars.FLY_ORG }}
+ ${{github.event.repository.name}}-${{ github.event.number }}
0 commit comments