Skip to content

Commit

Permalink
Merge pull request #7 from RedEyeMods/updated/template/action-template
Browse files Browse the repository at this point in the history
Update Template 'action-template'
  • Loading branch information
wwwDayDream authored Jun 17, 2024
2 parents 4187b8d + 4d28724 commit d19d40a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/organization-compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ jobs:
- name: Copy On Rulesets
uses: RedEyeMods/[email protected]
with:
owner-token: ${{ secrets.ORG_PAT }}
token: ${{ secrets.ORG_PAT }}
source-repo: ${{ env.SOURCE_REPO }}
regex-filter: '✓+.*'
ruleset-enabled: true
overwrite: true
- name: Copy Off Rulesets
uses: RedEyeMods/[email protected]
with:
owner-token: ${{ secrets.ORG_PAT }}
token: ${{ secrets.ORG_PAT }}
source-repo: ${{ env.SOURCE_REPO }}
regex-filter: '✗+.*'
ruleset-enabled: false
Expand Down

0 comments on commit d19d40a

Please sign in to comment.