Skip to content

Commit

Permalink
Updating branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
nagarev committed Aug 5, 2024
1 parent 5937f1a commit 773e572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
if: github.event_name != 'pull_request'
working-directory: rskj
env:
POW_REF: ${{ github.ref }}
POW_REF: ${{ github.ref_name }}
run: |
IS_RSKJ_REF=$(git ls-remote --refs https://github.com/rsksmart/rskj "$POW_REF")
if test -n "${IS_RSKJ_REF}"; then
Expand Down

0 comments on commit 773e572

Please sign in to comment.