Skip to content

Commit d8f5890

Browse files
committed
fix ssdlc report gen
1 parent b2fe0c9 commit d8f5890

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,12 @@ jobs:
9696
needs: compliance
9797
runs-on: ubuntu-latest
9898
steps:
99-
- name: Checkout
99+
- name: terraform-provider-mongodbatlas-checkout
100100
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
101-
- uses: ./.github/templates/run-script-and-commit
101+
with:
102+
repository: mongodb/terraform-provider-mongodbatlas
103+
ref: master
104+
- uses: mongodb/terraform-provider-mongodbatlas/.github/templates/run-script-and-commit@master
102105
with:
103106
script_call: |
104107
TAG="${{ inputs.version_number }}"

0 commit comments

Comments
 (0)