Skip to content

Commit

Permalink
Merge pull request #44 from vbuberen/patch-1
Browse files Browse the repository at this point in the history
Update usage example
  • Loading branch information
zkoppert committed Jun 13, 2023
2 parents bbaa7e2 + 8e82140 commit 0ea7433
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

steps:
- name: Run stale_repos tool
uses: docker://ghcr.io/github/stale_repos:v1
uses: github/stale-repos@v1.4.0
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
ORGANIZATION: ${{ secrets.ORGANIZATION }}
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
steps:
- name: Run stale_repos tool
id: stale-repos
uses: docker://ghcr.io/github/stale_repos:v1
uses: github/stale-repos@v1.4.0
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
ORGANIZATION: ${{ secrets.ORGANIZATION }}
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
org: [org1, org2]
steps:
- name: "run stale-repos"
uses: docker://ghcr.io/github/stale_repos:v1
uses: github/stale-repos@v1.4.0
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
ORGANIZATION: ${{ matrix.org }}
Expand Down

0 comments on commit 0ea7433

Please sign in to comment.