Compare commits
2 Commits
9cb9466992
...
01742a8088
Author | SHA1 | Date | |
---|---|---|---|
01742a8088 | |||
8c4baf7a73 |
@@ -16,10 +16,9 @@ jobs:
|
||||
fetch-depth: 0
|
||||
ref: flake-updates
|
||||
|
||||
- name: Fetch latest changes and reset branch
|
||||
- name: Fetch latest changes and rebase
|
||||
run: |
|
||||
git fetch origin main
|
||||
git status
|
||||
git fetch origin
|
||||
git rebase origin/main
|
||||
|
||||
- name: Set up Nix
|
||||
@@ -38,5 +37,5 @@ jobs:
|
||||
echo "No changes to commit."
|
||||
else
|
||||
git commit -m "Update flake.lock $(date -I)"
|
||||
git push origin flake-updates
|
||||
git push --force-with-lease origin flake-updates
|
||||
fi
|
||||
|
Reference in New Issue
Block a user