Skip to content

Commit f1ca903

Browse files
committed
added some changes
1 parent e7ed55f commit f1ca903

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Quality Checks
1+
name: Quality Checks CI
22
on:
33
pull_request:
44
branches:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Here we have taken an example of github action, Add below steps in your github a
5050
GITHUB_URL=$API_HOST/repos/$GITHUB_REPOSITORY/statuses/$COMMIT_ID
5151
echo "GITHUB_URL: $GITHUB_URL"
5252
echo "GITHUB_URL=$GITHUB_URL" >> $GITHUB_ENV
53+
5354
```
5455

5556

0 commit comments

Comments
 (0)