Skip to content

Commit 6c05816

Browse files
Temporary point to this branch to run tests on Windows runner
1 parent 768f0e3 commit 6c05816

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/test-fork.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
github.event.client_payload.pull_request.head.sha,
1313
github.event.client_payload.slash_command.args.named.sha
1414
)
15-
uses: 1password/load-secrets-action/.github/workflows/acceptance-test.yml@main
15+
uses: 1password/load-secrets-action/.github/workflows/acceptance-test.yml@vzt/windows-support
1616
secrets: inherit
1717
with:
1818
secret: op://acceptance-tests/test-secret/password
@@ -27,7 +27,7 @@ jobs:
2727
github.event.client_payload.pull_request.head.sha,
2828
github.event.client_payload.slash_command.args.named.sha
2929
)
30-
uses: 1password/load-secrets-action/.github/workflows/acceptance-test.yml@main
30+
uses: 1password/load-secrets-action/.github/workflows/acceptance-test.yml@vzt/windows-support
3131
secrets: inherit
3232
with:
3333
secret: op://acceptance-tests/test-secret/password
@@ -42,7 +42,7 @@ jobs:
4242
github.event.client_payload.pull_request.head.sha,
4343
github.event.client_payload.slash_command.args.named.sha
4444
)
45-
uses: 1password/load-secrets-action/.github/workflows/acceptance-test.yml@main
45+
uses: 1password/load-secrets-action/.github/workflows/acceptance-test.yml@vzt/windows-support
4646
secrets: inherit
4747
with:
4848
secret: op://v5pz6venw4roosmkzdq2nhpv6u/hrgkzhrlvscomepxlgafb2m3ca/password

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
github.event_name == 'pull_request' &&
2222
github.event.pull_request.head.repo.full_name == github.repository
2323
)
24-
uses: 1password/load-secrets-action/.github/workflows/acceptance-test.yml@main
24+
uses: 1password/load-secrets-action/.github/workflows/acceptance-test.yml@vzt/windows-support
2525
secrets: inherit
2626
with:
2727
secret: op://acceptance-tests/test-secret/password
@@ -35,7 +35,7 @@ jobs:
3535
github.event_name == 'pull_request' &&
3636
github.event.pull_request.head.repo.full_name == github.repository
3737
)
38-
uses: 1password/load-secrets-action/.github/workflows/acceptance-test.yml@main
38+
uses: 1password/load-secrets-action/.github/workflows/acceptance-test.yml@vzt/windows-support
3939
secrets: inherit
4040
with:
4141
secret: op://acceptance-tests/test-secret/password
@@ -49,7 +49,7 @@ jobs:
4949
github.event_name == 'pull_request' &&
5050
github.event.pull_request.head.repo.full_name == github.repository
5151
)
52-
uses: 1password/load-secrets-action/.github/workflows/acceptance-test.yml@main
52+
uses: 1password/load-secrets-action/.github/workflows/acceptance-test.yml@vzt/windows-support
5353
secrets: inherit
5454
with:
5555
secret: op://v5pz6venw4roosmkzdq2nhpv6u/hrgkzhrlvscomepxlgafb2m3ca/password

0 commit comments

Comments
 (0)