Remove addition to sync-linguist.yml

This commit is contained in:
Martin Leduc 2024-06-22 18:27:55 -04:00 committed by GitHub
parent 3bcec0ea54
commit de4970a14d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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