chore(fossa): fix github actions workflow file for fossa (#4534)

Co-authored-by: netlibot <bot@netlify.com>
This commit is contained in:
internal tools netlibot 2020-11-05 03:02:18 -08:00 committed by GitHub
parent 40266c50c1
commit 519cb2d4c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ jobs:
curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash
fossa init
- name: Set env
run: echo ::set-env name=line_number::$(grep -n "project" .fossa.yml | cut -f1 -d:)
run: echo "line_number=$(grep -n "project" .fossa.yml | cut -f1 -d:)" >> $GITHUB_ENV
- name: Configuration
run: |-
sed -i "${line_number}s|.*| project: git@github.com:${GITHUB_REPOSITORY}.git|" .fossa.yml