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 540730b commit bde8f9aCopy full SHA for bde8f9a
.github/workflows/autoupdate-sdk.yaml
@@ -20,7 +20,7 @@ jobs:
20
run: echo "VERSION=$(curl -sSfL -X GET https://api.github.com/repos/mongodb/atlas-sdk-go/releases/latest | jq -r '.tag_name')" >> "$GITHUB_OUTPUT"
21
- run: make update-atlas-sdk
22
- name: Verify Changed files
23
- uses: tj-actions/verify-changed-files@79f398ac63ab46f7f820470c821d830e5c340ef9
+ uses: tj-actions/verify-changed-files@93ebf6810c83499e08849f66917573f05129589c
24
id: verify-changed-files
25
with:
26
files: |
0 commit comments