Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed Jun 19, 2024
1 parent 13fbcb3 commit a02c0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
using: "composite"
steps:
- name: Clone Arturo repository
if: inputs.source != 'master'
if: inputs.src == 'master'
run: |
git clone https://github.com/arturo-lang/arturo.git
shell: bash
Expand Down

0 comments on commit a02c0f9

Please sign in to comment.