Skip to content

Commit

Permalink
use SHA instead of branch name to avoid naming related build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
giallu committed Sep 19, 2024
1 parent 87d7279 commit 619c09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/compile_inchi_lib/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ runs:
fi
shell: bash
env:
BRANCH: ${{ github.ref_name }}
BRANCH: ${{ github.sha }}
LIB_DIR: INCHI-1-TEST/libs

0 comments on commit 619c09b

Please sign in to comment.