Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nobedee authored Aug 18, 2023
1 parent 9527b73 commit 42a59a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: It worked
run-name: ${{ github.actor }} ran
on: [create]
jobs:
It-Worked-vanilla:
It-Worked-Vanilla:
runs-on: ubuntu-latest
steps:
- run: ls
- run: echo ${{ github.repository }}
- run: echo it
- name: checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 42a59a0

Please sign in to comment.