Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
taraspos authored Dec 18, 2024
1 parent 8ab1546 commit e38e78f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tools/amplify-preview/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ runs:
steps:
- name: Debug
shell: bash
run: ls -al ${{ github.action_path }}
run: |
echo ${{ github.workspace }}
echo ${{ github.action_path }}
ls -al ${{ github.action_path }}
- name: Extract branch name
shell: bash
Expand Down

0 comments on commit e38e78f

Please sign in to comment.