Skip to content

Commit

Permalink
Update release_branches.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MyroTk authored Oct 10, 2023
1 parent 9bb13d9 commit e657d2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Set envs
run: |
cat >> "$GITHUB_ENV" << 'EOF'
PR=${${{github.event.number}}:-0}
PR_FAIL=${${{github.event.fake_number}}:-0}
PR=${{github.event.number:-0}}
PR_FAIL=${{github.event.fake_number:-0}}
EOF
- name: env
run: echo $PR
Expand Down

0 comments on commit e657d2a

Please sign in to comment.