Skip to content

Commit

Permalink
Merge branch 'refs/heads/dev' into adrian/lifecycle-events-error-logging
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Nov 15, 2024
2 parents 7a2dc41 + 9b56a77 commit db0c59f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pullRequests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ jobs:
run: >-
echo "milestone=$(node
.github/workflows/wac/utils/runNodeScripts/getMilestoneToAssign.js
'{"latestWebinyVersion":"\"${{
needs.constants.outputs.latest-webiny-version }}\"","baseBranch":"${{
'{"latestWebinyVersion":"${{
needs.constants.outputs.latest-webiny-version }}","baseBranch":"${{
github.base_ref }}"}')" >> $GITHUB_OUTPUT
- uses: zoispag/action-assign-milestone@v1
if: steps.get-milestone-to-assign.outputs.milestone
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wac/pullRequests.wac.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export const pullRequests = createWorkflow({
"getMilestoneToAssign",
JSON.stringify({
latestWebinyVersion:
'"${{ needs.constants.outputs.latest-webiny-version }}"',
"${{ needs.constants.outputs.latest-webiny-version }}",
baseBranch: "${{ github.base_ref }}"
}),
{ outputAs: "milestone" }
Expand Down

0 comments on commit db0c59f

Please sign in to comment.