Skip to content

Manually test detached mode #25

Manually test detached mode

Manually test detached mode #25

Workflow file for this run

name: Test detached mode
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./
with:
limit-access-to-actor: true
detached: true
- run: |
echo "A busy loop"
for value in $(seq 10)
do
echo "Value: $value"
echo "value $value" >>counter.txt
sleep 1
done