We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10095a7 commit 48594a5Copy full SHA for 48594a5
.github/workflows/upgrade-provider.yaml
@@ -33,6 +33,8 @@ jobs:
33
echo "GOPRIVATE=github.com/${{ github.repository }}/*,github.com/stackitcloud/*" >> $GITHUB_ENV
34
echo "GONOSUMDB=github.com/${{ github.repository }}/*,github.com/stackitcloud/*" >> $GITHUB_ENV
35
# TODO: remove end
36
+ - name: Unshallow clone for tags
37
+ run: git fetch --prune --unshallow --tags
38
- name: Install pulumictl
39
uses: jaxxstorm/action-install-gh-release@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # tag=v2.1.0
40
with:
0 commit comments