File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,11 @@ jobs:
32
32
if [[ -z "$COMMIT_MSG" ]]; then
33
33
COMMIT_MSG=$(git show -s --format=%s)
34
34
fi
35
- echo $COMMIT_MSG
36
- echo "::set-output name=commit_message::$COMMIT_MSG"
35
+ echo commit_message=$COMMIT_MSG | tee -a $GITHUB_OUTPUT
37
36
env :
38
37
COMMIT_MSG : ${{ github.event.head_commit.message }}
39
38
40
39
build :
41
- needs : check_if_skip
42
- if : " !contains(needs.check_if_skip.outputs.commit_message, '[skip ci]')"
43
40
runs-on : ubuntu-latest
44
41
steps :
45
42
- uses : actions/checkout@v3
@@ -253,8 +250,6 @@ jobs:
253
250
name : Submit to CodeCov
254
251
255
252
flake8 :
256
- needs : check_if_skip
257
- if : " !contains(needs.check_if_skip.outputs.commit_message, '[skip ci]')"
258
253
runs-on : ubuntu-latest
259
254
steps :
260
255
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments