Skip to content

Commit 0c7be80

Browse files
committed
Remove references to this branch
1 parent 4f63679 commit 0c7be80

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/validateActions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Checkout repos
1414
id: repo
15-
uses: Expensify/GitHub-Actions/checkoutRepoAndGitHubActions@Rory-ValidateGitHubActionsAnyRepo
15+
uses: Expensify/GitHub-Actions/checkoutRepoAndGitHubActions@main
1616

1717
# v4.3.0
1818
- name: Setup Node
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- name: Checkout repos
3434
id: repo
35-
uses: Expensify/GitHub-Actions/checkoutRepoAndGitHubActions@Rory-ValidateGitHubActionsAnyRepo
35+
uses: Expensify/GitHub-Actions/checkoutRepoAndGitHubActions@main
3636

3737
- name: Lint workflows with actionlint
3838
run: GitHub-Actions/.github/scripts/actionlint.sh
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- name: Checkout repos
4646
id: repo
47-
uses: Expensify/GitHub-Actions/checkoutRepoAndGitHubActions@Rory-ValidateGitHubActionsAnyRepo
47+
uses: Expensify/GitHub-Actions/checkoutRepoAndGitHubActions@main
4848

4949
- name: Validate actions refs are immutable
5050
run: GitHub-Actions/.github/scripts/validateImmutableActionRefs.sh

checkoutRepoAndGitHubActions/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@ runs:
2424
with:
2525
repository: Expensify/GitHub-Actions
2626
path: GitHub-Actions
27-
ref: Rory-ValidateGitHubActionsAnyRepo

0 commit comments

Comments
 (0)