Skip to content

Commit f89dc9e

Browse files
committed
switch from env to inputs
1 parent 87b1e1a commit f89dc9e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/push-eas-update.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ jobs:
9595
verify-release-branch:
9696
name: Verify release branch (production only)
9797
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 }}
10398
steps:
10499
- name: Enforce release branch for production channel
100+
env:
101+
PR_NUMBER: ${{ inputs.pr_number }}
102+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
103+
GITHUB_REPOSITORY: ${{ github.repository }}
104+
TARGET_CHANNEL: ${{ inputs.channel }}
105105
run: |
106106
set -euo pipefail
107107

0 commit comments

Comments
 (0)