Skip to content

Commit e9c3dd1

Browse files
committed
fix bad yaml in github workflow
1 parent 64df7bb commit e9c3dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
url: ${{steps.deployment.outputs.page_url}}
3535
steps:
3636
- id: repo-basename
37+
shell: bash
3738
run: |
3839
echo "value=`basename ${{ github.repository }}`" >> $GITHUB_OUTPUT
39-
- shell: bash
4040
- uses: actions/checkout@v4
4141
- name: Setup Pages
4242
id: pages

0 commit comments

Comments
 (0)