We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd545af commit 5a22795Copy full SHA for 5a22795
actions/publish/action.yml
@@ -14,6 +14,7 @@ runs:
14
using: "composite"
15
steps:
16
- id: repo-basename
17
+ shell: bash
18
run: 'echo "value=`basename ${{ github.repository }}`" >> $GITHUB_OUTPUT'
19
- uses: actions/checkout@v4
20
- name: Setup Pages
0 commit comments