Skip to content

Commit

Permalink
add planemo-version to output
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Dec 8, 2022
1 parent bb0dc25 commit b247248
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wf_setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,11 @@ jobs:
SLASH_PLANEMO="${{ github.event.client_payload.slash_command.args.named.planemo-version }}"
DEFAULT_PLANEMO="${{ inputs.default-planemo-version }}"
echo "planemo-version=${SLASH_PLANEMO:-$DEFAULT_PLANEMO}" >> $GITHUB_OUTPUT
- name: Print used Galaxy for and branch
- name: Print used Galaxy fork and branch and planemo version
run: |
echo 'fork: ${{ steps.get-fork-branch.outputs.fork }}'
echo 'branch: ${{ steps.get-fork-branch.outputs.branch }}'
echo 'planemo-version: ${{ steps.get-fork-branch.outputs.planemo-version }}'
setup:
name: Setup cache and determine changed repositories
needs: fork-branch
Expand Down

0 comments on commit b247248

Please sign in to comment.