Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
missing shell
Browse files Browse the repository at this point in the history
  • Loading branch information
helaili committed Jan 20, 2023
1 parent 7e495ac commit cc9710f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ runs:
url=$(dirname "${full_url}")
echo "url=${url}" >> $GITHUB_OUTPUT
- name: Log the URL of the rendered site
shell: sh
run: echo ${{ steps.rendered-site-url.outputs.url }}
- name: Cypress run
uses: cypress-io/github-action@v5.0.5
Expand Down

0 comments on commit cc9710f

Please sign in to comment.