We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2fe0c9 commit d8f5890Copy full SHA for d8f5890
.github/workflows/release.yml
@@ -96,9 +96,12 @@ jobs:
96
needs: compliance
97
runs-on: ubuntu-latest
98
steps:
99
- - name: Checkout
+ - name: terraform-provider-mongodbatlas-checkout
100
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
101
- - uses: ./.github/templates/run-script-and-commit
+ with:
102
+ repository: mongodb/terraform-provider-mongodbatlas
103
+ ref: master
104
+ - uses: mongodb/terraform-provider-mongodbatlas/.github/templates/run-script-and-commit@master
105
with:
106
script_call: |
107
TAG="${{ inputs.version_number }}"
0 commit comments