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 681c9b1 commit 5f84fafCopy full SHA for 5f84faf
.github/workflows/check-sketches-deps.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Extract cli-version from go.mod
17
id: get_cli_version
18
run: |
19
- CLI_VERSION=$(grep 'github.com/arduino/arduino-cli ' arduino/arduino-app-cli/go.mod | awk '{print $2}')
+ CLI_VERSION=$(grep 'github.com/arduino/arduino-cli ' arduino-app-cli/go.mod | awk '{print $2}')
20
echo "cli_version=$CLI_VERSION" >> $GITHUB_OUTPUT
21
22
- name: Checkout repository
0 commit comments