Skip to content

Commit

Permalink
wip: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Aug 30, 2024
1 parent 1c29f03 commit 8a5aed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forge/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
# locally with Earthly
- if: inputs.forge_version == 'local'
shell: bash
run: "Building Forge CLI locally..."
run: echo "Building Forge CLI locally..."
- name: Install Earthly
uses: earthly/actions-setup@v1
if: inputs.forge_version == 'local'
Expand Down

0 comments on commit 8a5aed8

Please sign in to comment.