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.
2 parents 9d613c3 + b7eca28 commit 465e11bCopy full SHA for 465e11b
.github/workflows/fossa.yml
@@ -20,7 +20,7 @@ jobs:
20
curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash
21
fossa init
22
- name: Set env
23
- 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
24
- name: Configuration
25
run: |-
26
sed -i "${line_number}s|.*| project: [email protected]:${GITHUB_REPOSITORY}.git|" .fossa.yml
0 commit comments