We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 222cb42 commit 3d9519cCopy full SHA for 3d9519c
1 file changed
.github/actions/push-changes/action.yml
@@ -37,6 +37,7 @@ runs:
37
- name: Add changes from ${{ inputs.working-directory }}
38
shell: bash
39
run: |
40
+ ls
41
git config --global user.name "${{ github.actor }}"
42
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
43
git add -- ${{ inputs.working-directory }}
0 commit comments