Skip to content

Commit 501aa36

Browse files
committed
add waiting time to twingate action
1 parent 39437dc commit 501aa36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/test-upgrade-latest-dev.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
echo "${HOME}/pause absent, continuing workflow."
165165
166166
- name: 'Activate twingate to obtain unreleased build'
167-
uses: twingate/github-action@v1
167+
uses: timidri/twingate-github-action@main
168168
with:
169169
service-key: ${{ secrets.TWINGATE_PUBLIC_REPO_KEY }}
170170

Diff for: .github/workflows/test-upgrade-latest-xlarge-dev-nightly.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
echo ::endgroup::
124124
125125
- name: 'Activate twingate to obtain unreleased build'
126-
uses: twingate/github-action@v1
126+
uses: timidri/twingate-github-action@main
127127
with:
128128
service-key: ${{ secrets.TWINGATE_PUBLIC_REPO_KEY }}
129129

0 commit comments

Comments
 (0)