We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92cd280 + 9659b62 commit 3e0892bCopy full SHA for 3e0892b
.github/workflows/galaxy.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-18.04
12
steps:
13
- name: galaxy
14
- uses: robertdebock/galaxy-action@1.1.1
+ uses: robertdebock/galaxy-action@1.2.0
15
with:
16
galaxy_api_key: ${{ secrets.galaxy_api_key }}
17
tasks/assert.yml
@@ -17,6 +17,6 @@
- name: Check runner_org variable (RUN ONCE)
18
assert:
19
that:
20
- - runner_org == True or runner_org == False
+ - runner_org | bool == True or runner_org == False
21
fail_msg: "runner_org should be a boolean value"
22
run_once: yes
0 commit comments