Skip to content

Commit 3d9519c

Browse files
committed
added ls
1 parent 222cb42 commit 3d9519c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ runs:
3737
- name: Add changes from ${{ inputs.working-directory }}
3838
shell: bash
3939
run: |
40+
ls
4041
git config --global user.name "${{ github.actor }}"
4142
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
4243
git add -- ${{ inputs.working-directory }}

0 commit comments

Comments
 (0)