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: ``` + +