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 46a2ee1 commit 36e5f2cCopy full SHA for 36e5f2c
1 file changed
.github/workflows/verify-major-pin.yaml
@@ -0,0 +1,17 @@
1
+name: Verify v5 major pin
2
+on:
3
+ push:
4
+ branches: [verify-v5-major-pin]
5
+jobs:
6
+ verify:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Setup kosli via released @v5 with major pin "2"
10
+ id: setup
11
+ uses: kosli-dev/setup-cli-action@v5
12
+ with:
13
+ version: "2"
14
+ - name: Show what it resolved to
15
+ run: |
16
+ echo "resolved-output=${{ steps.setup.outputs.version }}"
17
+ kosli version --short
0 commit comments