Skip to content

Commit

Permalink
test: better isolate case insensitive test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshjohanning committed Jun 27, 2024
1 parent 4305098 commit a3e6f96
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
continue-on-error: true

- name: Deploy GitHub Actions allow list
uses: ActionsDesk/[email protected] # case insensitive and v* wildcard prefix!
uses: actionsdesk/[email protected] # case insensitive and v* wildcard prefix!
with:
token: ${{ secrets.ENTERPRISE_ADMIN_TOKEN }}
enterprise: "your-enterprise"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
continue-on-error: true

- name: Deploy GitHub Actions allow list
uses: ActionsDesk/[email protected]
uses: actionsdesk/[email protected]
with:
token: ${{ secrets.ENTERPRISE_ADMIN_TOKEN }}
enterprise: "your-enterprise"
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/workflows/workflow-unapproved-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
continue-on-error: true

- name: Deploy GitHub Actions allow list
uses: ActionsDesk/[email protected]
uses: actionsdesk/[email protected]
with:
token: ${{ secrets.ENTERPRISE_ADMIN_TOKEN }}
enterprise: "your-enterprise"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
continue-on-error: true

- name: Deploy GitHub Actions allow list
uses: ActionsDesk/[email protected]
uses: actionsdesk/[email protected]
with:
token: ${{ secrets.ENTERPRISE_ADMIN_TOKEN }}
enterprise: "your-enterprise"
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/workflows/workflow-unapproved-org-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
continue-on-error: true

- name: Deploy GitHub Actions allow list
uses: ActionsDesk/[email protected]
uses: actionsdesk/[email protected]
with:
token: ${{ secrets.ENTERPRISE_ADMIN_TOKEN }}
enterprise: "your-enterprise"
Expand Down

0 comments on commit a3e6f96

Please sign in to comment.