We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 741d162 commit fa2aed7Copy full SHA for fa2aed7
1 file changed
.github/actions/push-changes/action.yml
@@ -43,6 +43,7 @@ runs:
43
run: |
44
git checkout ${{ github.ref }}
45
git pull origin ${{ github.ref }}
46
+ git add .
47
working-directory: ${{ inputs.working-directory }}
48
49
- if: runner.os == 'Windows'
@@ -62,7 +63,6 @@ runs:
62
63
shell: bash
64
65
git fetch origin
- git add . -- ${{ inputs.working-directory }}
66
git stash push --keep-index -- ${{ inputs.working-directory }}
67
if git show-ref --verify --quiet refs/heads/${{ inputs.target-branch }}; then
68
echo "Branch ${{ inputs.target-branch }} already exists, switching to it."
0 commit comments