Skip to content

Commit

Permalink
Update bookdown-build-from-desc-and-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jengelaere authored Dec 5, 2023
1 parent 2c7c1ef commit e56aca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bookdown-build-from-desc-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- id : lower_repo
name: set lower case repo name (Bug when repository is in UPPERCASE)
run: echo "::set-output name=image_repository::$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]')"
run: echo "name=image_repository::$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_OUTPUT
bookdown:
name: Build and deploy bookdown
runs-on: ubuntu-latest
Expand Down

0 comments on commit e56aca6

Please sign in to comment.