Skip to content

Commit 3e0892b

Browse files
Merge pull request #130 from MonolithProjects/develop
Develop to Master
2 parents 92cd280 + 9659b62 commit 3e0892b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/galaxy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-18.04
1212
steps:
1313
- name: galaxy
14-
uses: robertdebock/galaxy-action@1.1.1
14+
uses: robertdebock/galaxy-action@1.2.0
1515
with:
1616
galaxy_api_key: ${{ secrets.galaxy_api_key }}
1717

tasks/assert.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
- name: Check runner_org variable (RUN ONCE)
1818
assert:
1919
that:
20-
- runner_org == True or runner_org == False
20+
- runner_org | bool == True or runner_org == False
2121
fail_msg: "runner_org should be a boolean value"
2222
run_once: yes

0 commit comments

Comments
 (0)