File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 with :
2020 ref : main
2121 fetch-tags : true
22- fetch-depth : 10
22+ fetch-depth : 15
2323 - name : Checkout rebase_tools
2424 uses : actions/checkout@v4
2525 with :
5959 git stash
6060 git checkout experimental/rebase_tools
6161 rm -rf automated_commits_m114.json
62- git stash pop
62+ git checkout stash -- automated_commits_m114.json
6363 git add --ignore-removal automated_commits_m114.json
64- git commit -m "Linearization refresh on $(date +'%Y-%m-%d')."
65- git push --force origin experimental/rebase_tools:experimental/rebase_tools
66- #NOTHING PERSONAL
64+ if git diff --quiet --cached; then
65+ echo "No changes detected. Nothing to update."
66+ else
67+ git commit -m "Linearization refresh on $(date +'%Y-%m-%d')."
68+ git push --force origin experimental/rebase_tools:experimental/rebase_tools
69+ fi
You can’t perform that action at this time.
0 commit comments