diff options
author | ikoamu <ikoamu@gmail.com> | 2024-01-23 23:58:01 +0900 |
---|---|---|
committer | ikoamu <ikoamu@gmail.com> | 2024-01-23 23:58:01 +0900 |
commit | 66ebbf36996962fcee8a03e131306b01bb293447 (patch) | |
tree | d46bd8e5ec95f60b29382152e63936dc58e8e592 /action.yml | |
parent | 5df00674e2e820b4eccc4a0f2d7f618d8d5b90b9 (diff) |
Add shell attribute to get_path step
Diffstat (limited to 'action.yml')
-rw-r--r-- | action.yml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,3 +28,4 @@ runs: id: get_path run: | echo "::set-output name=path::$(dirname $GITHUB_WORKFLOW)" + shell: bash |