Skip to content

Commit 19351d0

Browse files
committed
ci(manual-detached-test): use the ./detached "sub-Action"
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 47b6a8b commit 19351d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/manual-detached-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v4
9-
- uses: ./
9+
- uses: ./detached
1010
with:
1111
limit-access-to-actor: true
12-
detached: true
1312
connect-timeout-seconds: 60
1413
- run: |
1514
echo "A busy loop"

0 commit comments

Comments
 (0)