From 4de6524af72a12b0c43032920981e00acb8caa7d Mon Sep 17 00:00:00 2001 From: Jason Dent Date: Mon, 4 Sep 2023 20:33:00 +0200 Subject: [PATCH] chore: Update example --- .github/workflows/example-dirty.yaml | 4 ++-- README.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/example-dirty.yaml b/.github/workflows/example-dirty.yaml index 35c98a7..07fed69 100644 --- a/.github/workflows/example-dirty.yaml +++ b/.github/workflows/example-dirty.yaml @@ -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: | @@ -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 diff --git a/README.md b/README.md index 71cf88d..0087fd9 100644 --- a/README.md +++ b/README.md @@ -86,3 +86,5 @@ jobs: ``` + +