diff --git a/.github/workflows/sync-linguist.yml b/.github/workflows/sync-linguist.yml index 2b7177d..fe63451 100644 --- a/.github/workflows/sync-linguist.yml +++ b/.github/workflows/sync-linguist.yml @@ -22,7 +22,6 @@ jobs: set -euo pipefail IFS=$'\n\t' commit=$(sed --quiet --regexp-extended 's/[[:space:]]+commit[[:space:]]+=[[:space:]]"([a-f0-9]{40})"/\1/p' internal/code-generator/generator/generator_test.go) - echo "Previous commit: ${commit::8}" echo "::set-output name=commit::$commit" echo "::set-output name=short_commit::${commit::8}" - uses: actions/checkout@v2