We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62be0b7 commit f9dc3c7Copy full SHA for f9dc3c7
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
bzip2 -d tools/restic/restic.bz2
22
chmod +x tools/restic/restic
23
echo "$GITHUB_WORKSPACE/tools/restic" >> "$GITHUB_PATH"
24
- - run: restic --version
+ - run: restic version
25
26
- uses: actions/setup-go@v3
27
with:
0 commit comments