Skip to content

Commit b247248

Browse files
add planemo-version to output
1 parent bb0dc25 commit b247248

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wf_setup.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,11 @@ jobs:
9191
SLASH_PLANEMO="${{ github.event.client_payload.slash_command.args.named.planemo-version }}"
9292
DEFAULT_PLANEMO="${{ inputs.default-planemo-version }}"
9393
echo "planemo-version=${SLASH_PLANEMO:-$DEFAULT_PLANEMO}" >> $GITHUB_OUTPUT
94-
- name: Print used Galaxy for and branch
94+
- name: Print used Galaxy fork and branch and planemo version
9595
run: |
9696
echo 'fork: ${{ steps.get-fork-branch.outputs.fork }}'
9797
echo 'branch: ${{ steps.get-fork-branch.outputs.branch }}'
98+
echo 'planemo-version: ${{ steps.get-fork-branch.outputs.planemo-version }}'
9899
setup:
99100
name: Setup cache and determine changed repositories
100101
needs: fork-branch

0 commit comments

Comments
 (0)