Skip to content

Commit ca87d65

Browse files
authored
Update collections-renames.yml
Signed-off-by: osnek642 <[email protected]>
1 parent 0f10a6b commit ca87d65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/collections-renames.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ on:
66
- cron: "0 * * * *" # every hour
77

88
permissions:
9-
contents: read
9+
contents:
1010

1111
jobs:
1212
update:
1313
permissions:
1414
pull-requests: write
1515
contents: write
1616
runs-on: ubuntu-latest
17-
if: github.repository_owner == 'github'
17+
if: 'github'
1818
steps:
19-
- uses: actions/[email protected]
19+
- uses:
2020

2121
- name: Setup Ruby
2222
uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0

0 commit comments

Comments
 (0)