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 bb0dc25 commit b247248Copy full SHA for b247248
.github/workflows/wf_setup.yaml
@@ -91,10 +91,11 @@ jobs:
91
SLASH_PLANEMO="${{ github.event.client_payload.slash_command.args.named.planemo-version }}"
92
DEFAULT_PLANEMO="${{ inputs.default-planemo-version }}"
93
echo "planemo-version=${SLASH_PLANEMO:-$DEFAULT_PLANEMO}" >> $GITHUB_OUTPUT
94
- - name: Print used Galaxy for and branch
+ - name: Print used Galaxy fork and branch and planemo version
95
run: |
96
echo 'fork: ${{ steps.get-fork-branch.outputs.fork }}'
97
echo 'branch: ${{ steps.get-fork-branch.outputs.branch }}'
98
+ echo 'planemo-version: ${{ steps.get-fork-branch.outputs.planemo-version }}'
99
setup:
100
name: Setup cache and determine changed repositories
101
needs: fork-branch
0 commit comments