File tree 3 files changed +21
-0
lines changed
3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,13 @@ permissions:
9
9
# See https://github.com/actions/upload-artifact/issues/197#issuecomment-832279436
10
10
contents : read # for "git clone"
11
11
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
+
12
19
jobs :
13
20
generate-app :
14
21
# 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:
9
9
# See https://github.com/actions/upload-artifact/issues/197#issuecomment-832279436
10
10
contents : read # for "git clone"
11
11
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
+
12
19
jobs :
13
20
generate-app :
14
21
# 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:
9
9
# See https://github.com/actions/upload-artifact/issues/197#issuecomment-832279436
10
10
contents : read # for "git clone"
11
11
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
+
12
19
jobs :
13
20
generate-app :
14
21
# 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