Skip to content

Commit

Permalink
wip: fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Aug 30, 2024
1 parent 05bb152 commit 467d794
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 @@ -126,7 +126,7 @@ runs:
if: steps.earthly.outputs.org != ''
shell: bash
run: |
earthly org select "${{ steps.earthly.outputs.org }}""
earthly org select "${{ steps.earthly.outputs.org }}"
- name: Testing
shell: bash
run: |
Expand Down

0 comments on commit 467d794

Please sign in to comment.