mirror of
https://github.com/Brandon-Rozek/website-observations.git
synced 2024-11-09 11:10:33 -05:00
Fixing redirect
This commit is contained in:
parent
911cb37a81
commit
551a1a5436
1 changed files with 1 additions and 1 deletions
2
.github/workflows/refresh.yml
vendored
2
.github/workflows/refresh.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
- name: Check if there's any changes
|
||||
id: verify_diff
|
||||
run: |
|
||||
if [ -n "$(git status --porcelain)" ]; then echo "changed=true" || tee -a $GITHUB_OUTPUT; fi
|
||||
if [ -n "$(git status --porcelain)" ]; then echo ::set-output name=changed::true; fi
|
||||
|
||||
- name: Commit and push
|
||||
if: steps.verify_diff.outputs.changed == 'true'
|
||||
|
|
Loading…
Reference in a new issue