diff options
author | ikoamu <ikoamu@gmail.com> | 2024-01-24 00:04:07 +0900 |
---|---|---|
committer | ikoamu <ikoamu@gmail.com> | 2024-01-24 00:04:07 +0900 |
commit | 4dc55e673f95418384bed1adf973ed377840d475 (patch) | |
tree | 5506fec1af827331f43eea40f9f49ec1e0805be3 | |
parent | ebb62a94fc4baa162c99cd002b91008a51f625d2 (diff) |
Add shell attribute to runs step in action.yml
-rw-r--r-- | action.yml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,3 +13,4 @@ runs: run: | cd repo find . -type f + shell: bash |