Skip to content

Commit

Permalink
need to name the shell in the publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Dec 9, 2024
1 parent cd545af commit 5a22795
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ runs:
using: "composite"
steps:
- id: repo-basename
shell: bash
run: 'echo "value=`basename ${{ github.repository }}`" >> $GITHUB_OUTPUT'
- uses: actions/checkout@v4
- name: Setup Pages
Expand Down

0 comments on commit 5a22795

Please sign in to comment.