We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b1e1a commit f89dc9eCopy full SHA for f89dc9e
1 file changed
.github/workflows/push-eas-update.yml
@@ -95,13 +95,13 @@ jobs:
95
verify-release-branch:
96
name: Verify release branch (production only)
97
runs-on: ubuntu-latest
98
- env:
99
- PR_NUMBER: ${{ env.TARGET_PR_NUMBER }}
100
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
101
- GITHUB_REPOSITORY: ${{ github.repository }}
102
- TARGET_CHANNEL: ${{ env.TARGET_CHANNEL }}
103
steps:
104
- name: Enforce release branch for production channel
+ env:
+ PR_NUMBER: ${{ inputs.pr_number }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_REPOSITORY: ${{ github.repository }}
+ TARGET_CHANNEL: ${{ inputs.channel }}
105
run: |
106
set -euo pipefail
107
0 commit comments