mirror of
https://github.com/Brandon-Rozek/website-observations.git
synced 2024-11-21 16:36:28 -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
|
- name: Check if there's any changes
|
||||||
id: verify_diff
|
id: verify_diff
|
||||||
run: |
|
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
|
- name: Commit and push
|
||||||
if: steps.verify_diff.outputs.changed == 'true'
|
if: steps.verify_diff.outputs.changed == 'true'
|
||||||
|
|
Loading…
Reference in a new issue