We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d37d75d commit 0739f81Copy full SHA for 0739f81
.github/workflows/galaxy.yml
@@ -13,4 +13,4 @@ jobs:
13
uses: robertdebock/galaxy-action@1.2.1
14
with:
15
galaxy_api_key: ${{ secrets.galaxy_api_key }}
16
- git_branch: ${{ github.ref }}
+ git_branch: ${{ github.ref | replace('refs/tags/', '')}}
0 commit comments