File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@v1
1313
14- - name : Print commit ID
15- run : echo "Commit ID - $GITHUB_SHA "
16-
17- - name : Extract repository information
18- run : |
19- REPO_INFO=$GITHUB_REPOSITORY
20- echo "REPO_INFO: $REPO_INFO"
21- OWNER=$(echo $REPO_INFO | cut -d'/' -f1)
22- REPO=$(echo $REPO_INFO | cut -d'/' -f2)
23- echo "Repository: $REPO"
24- echo "Owner: $OWNER"
25-
2614 - name : Extract commit ID and repository information
2715 run : |
2816 COMMIT_ID=$GITHUB_SHA
3422 echo "Repository: $REPO"
3523 echo "Owner: $OWNER"
3624
37- - name : Get Hash
38- id : hash
39- run : |
40- echo 'git_hash=$(git rev-parse --short "$GITHUB_SHA")'
41-
4225 - name : Create commit status
4326 run : |
4427 API_HOST=https://api.github.com
You can’t perform that action at this time.
0 commit comments