Skip to content

Commit 52c294e

Browse files
committed
Rename CompatHelper workflow steps
1 parent f8edb3e commit 52c294e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ jobs:
1111
- uses: julia-actions/setup-julia@latest
1212
with:
1313
version: 1.3
14-
- name: Pkg.add("CompatHelper")
15-
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
16-
- name: CompatHelper.main
14+
- name: Install CompatHelper
15+
shell: julia --color=yes {0}
16+
run: using Pkg; Pkg.add("CompatHelper")
17+
- name: Run CompatHelper
18+
shell: julia --color=yes {0}
19+
run: using CompatHelper; CompatHelper.main(; master_branch = "dev")
1720
env:
1821
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19-
run: julia -e 'using CompatHelper; CompatHelper.main(; master_branch = "dev")'

0 commit comments

Comments
 (0)