Skip to content

Commit cc4c586

Browse files
committed
update
1 parent 68fbb6f commit cc4c586

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/routers-benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7373
run: |
7474
for i in {1..10}; do
75-
git pull --rebase origin ${{ github.ref_name }}
75+
git pull --rebase --autostash origin ${{ github.ref_name }}
7676
7777
if git push origin HEAD:${{ github.ref_name }}; then
7878
echo "Push succeeded"

0 commit comments

Comments
 (0)