mirror of
https://github.com/Brandon-Rozek/website-toots.git
synced 2024-11-09 10:40:35 -05:00
Attempt to get redirection working properly
This commit is contained in:
parent
4de62265bd
commit
6a8c47e549
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