Skip to content

Commit 5a22795

Browse files
committed
need to name the shell in the publish action
1 parent cd545af commit 5a22795

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

actions/publish/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ runs:
1414
using: "composite"
1515
steps:
1616
- id: repo-basename
17+
shell: bash
1718
run: 'echo "value=`basename ${{ github.repository }}`" >> $GITHUB_OUTPUT'
1819
- uses: actions/checkout@v4
1920
- name: Setup Pages

0 commit comments

Comments
 (0)