Skip to content

Commit

Permalink
Add missing ":"s to the "name" fields
Browse files Browse the repository at this point in the history
Oops forgot to add a colon (:) to the "name" fields.
  • Loading branch information
owenwaller committed Jan 14, 2024
1 parent c70ed96 commit 5da85ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gophercoders.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
steps:
- name Checkout
- name: Checkout
uses: actions/checkout@v4
with:
path: 'gophercoders.com'
- name Listing

- name: Listing
run: |
ls -al
ls -al ./gophercoders.com
Expand Down

0 comments on commit 5da85ae

Please sign in to comment.