Skip to content

Commit fa2aed7

Browse files
committed
updqtes
1 parent 741d162 commit fa2aed7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/push-changes/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ runs:
4343
run: |
4444
git checkout ${{ github.ref }}
4545
git pull origin ${{ github.ref }}
46+
git add .
4647
working-directory: ${{ inputs.working-directory }}
4748

4849
- if: runner.os == 'Windows'
@@ -62,7 +63,6 @@ runs:
6263
shell: bash
6364
run: |
6465
git fetch origin
65-
git add . -- ${{ inputs.working-directory }}
6666
git stash push --keep-index -- ${{ inputs.working-directory }}
6767
if git show-ref --verify --quiet refs/heads/${{ inputs.target-branch }}; then
6868
echo "Branch ${{ inputs.target-branch }} already exists, switching to it."

0 commit comments

Comments
 (0)