File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,13 @@ permissions:
99 # See https://github.com/actions/upload-artifact/issues/197#issuecomment-832279436
1010 contents : read # for "git clone"
1111
12+ defaults :
13+ # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#defaultsrun
14+ run :
15+ # Enable fail-fast behavior using set -eo pipefail
16+ # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#exit-codes-and-error-action-preference
17+ shell : bash
18+
1219jobs :
1320 generate-app :
1421 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on
Original file line number Diff line number Diff line change @@ -9,6 +9,13 @@ permissions:
99 # See https://github.com/actions/upload-artifact/issues/197#issuecomment-832279436
1010 contents : read # for "git clone"
1111
12+ defaults :
13+ # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#defaultsrun
14+ run :
15+ # Enable fail-fast behavior using set -eo pipefail
16+ # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#exit-codes-and-error-action-preference
17+ shell : bash
18+
1219jobs :
1320 generate-app :
1421 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on
Original file line number Diff line number Diff line change @@ -9,6 +9,13 @@ permissions:
99 # See https://github.com/actions/upload-artifact/issues/197#issuecomment-832279436
1010 contents : read # for "git clone"
1111
12+ defaults :
13+ # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#defaultsrun
14+ run :
15+ # Enable fail-fast behavior using set -eo pipefail
16+ # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#exit-codes-and-error-action-preference
17+ shell : bash
18+
1219jobs :
1320 generate-app :
1421 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on
You can’t perform that action at this time.
0 commit comments