1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-22 17:52:57 +08:00

Set -euo pipefail in diffcalc workflows

This commit is contained in:
Dan Balasescu 2024-11-11 12:47:55 +09:00
parent d39a46f861
commit 2767054286
No known key found for this signature in database
2 changed files with 8 additions and 0 deletions

View File

@ -32,6 +32,10 @@ env:
GENERATOR_DIR: ${{ github.workspace }}/${{ inputs.id }}
GENERATOR_ENV: ${{ github.workspace }}/${{ inputs.id }}/.env
defaults:
run:
shell: bash -euo pipefail {0}
jobs:
environment:
name: Setup environment

View File

@ -103,6 +103,10 @@ permissions:
env:
EXECUTION_ID: execution-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}
defaults:
run:
shell: bash -euo pipefail {0}
jobs:
check-permissions:
name: Check permissions