Skip to content

Commit

Permalink
chore: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rick-yao committed Jul 24, 2024
1 parent 8e1f698 commit b228906
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ jobs:
git diff --cached --exit-code || (git commit -m "chore: update flake.lock" && echo "Flake.lock changes committed")
echo "Flake.lock update complete"
- name: Push changes
if: (github.event.inputs.update_submodule == 'true' || github.event.inputs.update_flake == 'true' || github.event_name == 'schedule')
run: |
echo "Pushing changes"
git push --set-upstream origin ${{ env.PR_BRANCH }} --force
echo "Changes pushed"
# - name: Push changes
# if: (github.event.inputs.update_submodule == 'true' || github.event.inputs.update_flake == 'true' || github.event_name == 'schedule')
# run: |
# echo "Pushing changes"
# git push --set-upstream origin ${{ env.PR_BRANCH }} --force
# echo "Changes pushed"

- name: Debug Git Status
run: |
Expand Down

0 comments on commit b228906

Please sign in to comment.