Skip to content

Commit

Permalink
build: fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste committed Apr 22, 2024
1 parent fc54ebd commit 4fa1d06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
DOCKER_WORKFLOW_SCRIPTS_DIR: /src/.github/workflows
PAYLOAD_BRANCH: {% raw %}${{ github.event.client_payload.branch}}{% endraw %}
PAYLOAD_OS: {% raw %}${{ github.event.client_payload.os}}{% endraw %}
WORKFLOW_BRANCH: ${{ github.event.inputs.workflow_branch }}
WORKFLOW_BRANCH: {% raw %}${{ github.event.inputs.workflow_branch }}{% endraw %}

jobs:
ci_build:
Expand Down

0 comments on commit 4fa1d06

Please sign in to comment.