docker-github-actions-runner icon indicating copy to clipboard operation
docker-github-actions-runner copied to clipboard

Update token.sh with set flags

Open Mearman opened this issue 1 year ago • 2 comments

  • set -e causes the script to exit immediately if a command exits with a non-zero status.
  • set -u causes the script to exit immediately if an unset variable is used.
  • set -o pipefail causes the script to exit immediately if a pipe command fails.

Mearman avatar Aug 02 '24 07:08 Mearman

Sorry. Meant to mark this as non-draft. Still tinkering with different scenarios. Thank you for the review though!

Mearman avatar Aug 03 '24 09:08 Mearman

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.

github-actions[bot] avatar Sep 03 '24 02:09 github-actions[bot]