mirror of
https://github.com/ppy/osu.git
synced 2026-05-24 22:40:42 +08:00
Set -euo pipefail in diffcalc workflows
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user