Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/monorepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,13 @@ jobs:
persist-credentials: false
# Do the per-module steps in a composite action because matrixes can't handle dynamic outputs
- name: Version bump
uses: mozilla/terraform-modules/.github/actions/versions@e5fc38a939be3df68dca237d2b4ed4d535addd59
uses: mozilla/terraform-modules/.github/actions/versions@2edfb8bf836a0ff913b3888ec9ac42d7635f2d97
with:
package-name: ${{ matrix.directory }}
release-type: ${{ needs.detect.outputs.release-type }}
- name: Generate docs
if: needs.detect.outputs.is-merge-event == 'false' && needs.detect.outputs.release-type != 'no-release'
uses: mozilla/terraform-modules/.github/actions/docs@e5fc38a939be3df68dca237d2b4ed4d535addd59
uses: mozilla/terraform-modules/.github/actions/docs@2edfb8bf836a0ff913b3888ec9ac42d7635f2d97
with:
package-name: ${{ matrix.directory }}

Expand Down
Loading