File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,11 @@ jobs:
28
28
- uses : actions/checkout@v3
29
29
with :
30
30
ref : ${{ github.event.inputs.commit_sha }}
31
- - name : Commit SHA
32
- run : |
33
- echo "commit_sha=${{ github.event.inputs.commit_sha }}" >> $GITHUB_ENV
34
- echo "commit_sha=${{ github.event.inputs.commit_sha }}" >> $env:GITHUB_ENV
35
31
- uses : actions/github-script@98814c53be79b1d30f795b907e553d8679345975
36
32
id : status-check-in-progress
37
33
env :
38
34
job_name : TestNG Repo ${{ matrix.Java }} - ${{ matrix.os }} Sample
35
+ commit_sha : ${{ github.event.inputs.commit_sha }}
39
36
with :
40
37
github-token : ${{ github.token }}
41
38
script : |
73
70
env :
74
71
conclusion : ${{ job.status }}
75
72
job_name : TestNG Repo ${{ matrix.Java }} - ${{ matrix.os }} Sample
73
+ commit_sha : ${{ github.event.inputs.commit_sha }}
76
74
with :
77
75
github-token : ${{ github.token }}
78
76
script : |
You can’t perform that action at this time.
0 commit comments