Skip to content

Commit

Permalink
chore: Update example (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Sep 4, 2023
1 parent 0ee1797 commit 84ee747
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/example-dirty.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Dirty 1
id: dirty_1
uses: ./.github/actions/dirty
uses: streetsidesoftware/actions/.github/actions/dirty@v1

- name: Touch
run: |
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Dirty 2
id: dirty_2
uses: ./.github/actions/dirty
uses: streetsidesoftware/actions/.github/actions/dirty@v1

- name: Summary
uses: streetsidesoftware/actions/.github/actions/summary@v1
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,5 @@ jobs:
```

<!--- @@inject-end: .github/actions/output/README.md --->

<!--- @@inject: .github/actions/dirty/README.md --->

0 comments on commit 84ee747

Please sign in to comment.