We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1facf0 commit dbc3218Copy full SHA for dbc3218
.github/workflows/build_parsers.yml
@@ -74,7 +74,7 @@ jobs:
74
- name: Pull latest changes
75
if: steps.changes.outputs.changes == 'true'
76
run: |
77
- git pull --rebase
+ git pull --rebase --autostash
78
79
- name: Commit changes
80
0 commit comments