Skip to content

Commit

Permalink
I'm not the only one who doesnt like these vars, there are github tic…
Browse files Browse the repository at this point in the history
…kets filled with other workarounds
  • Loading branch information
hamishcoleman committed Apr 22, 2024
1 parent d6f2c7e commit 618482a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ jobs:
run: |
echo "BUILD_VERSION=$(scripts/version.sh)" >> "$GITHUB_ENV"
echo "BUILD_SOURCE_URL=https://github.com/${{github.repository}}" >> "$GITHUB_ENV"

Check warning on line 407 in .github/workflows/tests.yml

View workflow job for this annotation

GitHub Actions / Code syntax

407:81 [line-length] line too long (92 > 80 characters)
echo "BUILD_SOURCE_REF=$GITHUB_REF_NAME" >> "$GITHUB_ENV"
echo "BUILD_SOURCE_REF=$GITHUB_REF" | sed -e 's%/merge$%%' >> "$GITHUB_ENV"

Check warning on line 408 in .github/workflows/tests.yml

View workflow job for this annotation

GitHub Actions / Code syntax

408:81 [line-length] line too long (85 > 80 characters)
cat "$GITHUB_ENV"
working-directory: n3n

Expand Down

0 comments on commit 618482a

Please sign in to comment.