Skip to content

Commit d546b99

Browse files
committed
Reset a single commit
1 parent d0a84e6 commit d546b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
continue-on-error: true
143143
if: ${{ steps.checkout.outcome == 'success' }}
144144
run: |
145-
git reset --soft HEAD~2
145+
git reset --soft HEAD~1
146146
git commit -m "Built files" -a
147147
148148
# Pushes the built files to a specific branch

0 commit comments

Comments
 (0)