Skip to content

Commit

Permalink
Set GITHUB_REF variable in release-check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevhen Hrytsai committed Jul 5, 2024
1 parent 4d76eaf commit e908c59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,19 @@ jobs:
PRODUCT="jira" \
GH_USER=${{ secrets.GH_USER }} \
GH_TOKEN=${{ secrets.GH_TOKEN }} \
GITHUB_REF=${{ matrix.branch }} \
./run-product-release-check.sh
- working-directory: bin/release-check
run: |
PRODUCT="confluence" \
GH_USER=${{ secrets.GH_USER }} \
GH_TOKEN=${{ secrets.GH_TOKEN }} \
GITHUB_REF=${{ matrix.branch }} \
./run-product-release-check.sh
- working-directory: bin/release-check
run: |
PRODUCT="bitbucket" \
GH_USER=${{ secrets.GH_USER }} \
GH_TOKEN=${{ secrets.GH_TOKEN }} \
GITHUB_REF=${{ matrix.branch }} \
./run-product-release-check.sh

0 comments on commit e908c59

Please sign in to comment.