Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Action usable inside a Docker container #121

Closed
wants to merge 17 commits into from
Prev Previous commit
Next Next commit
add missing shell
  • Loading branch information
akashchi committed Nov 6, 2023
commit 8e3ac6719b1474089b3eb797aa3c197cb92822cc
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ runs:
echo "$GITHUB_ACTION_PATH" >> $GITHUB_PATH

- name: Echo
shell: bash
run: |
echo $(pwd)
ls -laR $(pwd)
Expand Down