Skip to content

Commit

Permalink
Merge branch 'main' into BC-8583-activate-rooms-vc
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchuhmacher authored Jan 16, 2025
2 parents 0f82bc4 + 86d44a0 commit c373a02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clean_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
echo "branch_exists=false" >> $GITHUB_ENV
fi
## Write for matrix outputs workaround https://github.com/orgs/community/discussions/17245
- uses: cloudposse/github-action-matrix-outputs-write@0.5.0
- uses: cloudposse/github-action-matrix-outputs-write@v1
id: out
with:
matrix-step-name: ${{ github.job }}
Expand All @@ -90,7 +90,7 @@ jobs:
are_all_branches_deleted: ${{ steps.are_all_branches_deleted.outputs.are_all_branches_deleted }}
steps:
## read for matrix outputs workaround https://github.com/orgs/community/discussions/17245
- uses: cloudposse/github-action-matrix-outputs-read@0.1.2
- uses: cloudposse/github-action-matrix-outputs-read@v1
id: read
with:
matrix-step-name: gather_branch_exists
Expand Down

0 comments on commit c373a02

Please sign in to comment.