Skip to content

Commit

Permalink
Correct the with clause when using the checkout action
Browse files Browse the repository at this point in the history
The with clause has to be at the same level as the uses clause for the
checkout action not indented as was the case.
  • Loading branch information
owenwaller committed Jan 14, 2024
1 parent 5da85ae commit 2c50744
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gophercoders.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
path: 'gophercoders.com'
with:
path: gophercoders.com

- name: Listing
run: |
Expand Down

0 comments on commit 2c50744

Please sign in to comment.