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 1561bea commit cd11633Copy full SHA for cd11633
.github/workflows/sync-stacktodate.yml
@@ -8,10 +8,10 @@ jobs:
8
sync-stacktodate:
9
runs-on: ubuntu-latest
10
steps:
11
+ - uses: actions/checkout@v4
12
- name: Download stacktodate binary
13
run: |
- VERSION="latest"
14
- curl -sL https://github.com/stacktodate/stacktodate-cli/releases/download/${VERSION}/stacktodate-linux-amd64 -o stacktodate
+ curl -L https://github.com/stacktodate/stacktodate-cli/releases/latest/download/stacktodate_linux_amd64.tar.gz | tar xz
15
chmod +x stacktodate
16
17
- name: Check stacktodate config
0 commit comments