Skip to content

Commit

Permalink
format variable properly
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGensollen committed May 27, 2024
1 parent 3b3b09e commit 3b5f526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
env:
POETRY_VERSION: '1.6.1'
PYTHON_VERSION: '3.10'
PR_NUMBER: ${{ github.event.number }}
PR_NUMBER: "PR-${{ github.event.number }}"

jobs:
build-and-deploy-doc:
Expand Down

0 comments on commit 3b5f526

Please sign in to comment.