-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,12 +29,17 @@ jobs: | |
TOKEN: blank | ||
DATABASE_URL: blank | ||
|
||
- name: print out file | ||
run: cat src/commands/referrals/generated/ozbargain-services.json | ||
|
||
- name: Setup Git Credentials | ||
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "Vietausit Admin (Github Actions)" | ||
- name: Compare changes and create PR if succeed | ||
env: | ||
GH_TOKEN: ${{ github.token }} | ||
run: | | ||
if [[ `git status --porcelain` ]]; then | ||
git commit -am "chore: update ozbargain referrals list" | ||
|