Skip to content

Commit

Permalink
Merge pull request #28603 from holly-cummins/start-is-not-end
Browse files Browse the repository at this point in the history
Trivial docs update for GitHub Actions
  • Loading branch information
gsmet committed Oct 14, 2022
2 parents 3b2e75e + d681c18 commit 392353e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ACTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ To create cleanup and setup scripts and hooks, run:
echo "rm -rf /Users/githubactions/actions-runner/_work" > /Users/githubactions/runner-cleanup.sh
echo "podman machine info | grep Running || podman machine start" >> /Users/githubactions/podman-start.sh
chmod a+x /Users/githubactions/runner-cleanup.sh
echo ACTIONS_RUNNER_HOOK_JOB_STARTED=/Users/githubactions/runner-cleanup.sh >> .env
echo ACTIONS_RUNNER_HOOK_JOB_COMPLETED=/Users/githubactions/podman-start.sh >> .env
echo ACTIONS_RUNNER_HOOK_JOB_COMPLETED=/Users/githubactions/runner-cleanup.sh >> .env
echo ACTIONS_RUNNER_HOOK_JOB_STARTED=/Users/githubactions/podman-start.sh >> .env
```


Expand Down

0 comments on commit 392353e

Please sign in to comment.