mirror of
https://github.com/wahyd4/links.git
synced 2026-08-08 21:04:53 +10:00
fix: pull --rebase before manifest push to avoid rejection
This commit is contained in:
@@ -91,4 +91,6 @@ jobs:
|
|||||||
git config user.email "github-actions[bot]@users.noreply.github.com"
|
git config user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
git add k8s/manifest.yaml
|
git add k8s/manifest.yaml
|
||||||
git commit -m "chore: update manifest image to 1.0.${{ github.run_number }} [skip ci]"
|
git commit -m "chore: update manifest image to 1.0.${{ github.run_number }} [skip ci]"
|
||||||
|
# Pull any commits pushed since this workflow started, then push
|
||||||
|
git pull --rebase origin main
|
||||||
git push
|
git push
|
||||||
|
|||||||
Reference in New Issue
Block a user