Skip to content

Commit

Permalink
fix variable parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
juliodialpad committed Nov 23, 2023
1 parent a5f5ad4 commit da7ed42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
concurrency: ${{ github.workflow }}-${{ github.ref }}
runs-on: ubuntu-latest
env:
VUEPRESS_BASE_URL: ${{ fromJSON('[format("/${0}/", needs.get-branch-name.outputs.current_branch), "/"]')[github.ref == 'refs/heads/production'] }}
VUEPRESS_BASE_URL: ${{ fromJSON('[format("/{0}/", needs.get-branch-name.outputs.current_branch), "/"]')[github.ref == 'refs/heads/production'] }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit da7ed42

Please sign in to comment.