Skip to content

Commit f1a6098

Browse files
committed
remove unwanted steps
1 parent 1688276 commit f1a6098

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,6 @@ jobs:
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
@@ -34,11 +22,6 @@ jobs:
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

0 commit comments

Comments
 (0)