Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: empty line
[screenshot](https://github.com/github/docs/assets/7630875/55a8f9a7-0d2e-4fff-a181-b90cc239ac16)

Most likely generated because `{% ifversion artifact-attestations %}`
is in their own lines, so put that just before the `permissions:` to
remove that extraneous line.

Signed-off-by: Yongmin Hong <revi@omglol.email>
  • Loading branch information
revi committed Jun 25, 2024
commit 6012a6c9ed6043d2239380af054cee68786568a2
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
{% ifversion artifact-attestations %}
permissions:
{% ifversion artifact-attestations %}permissions:
contents: read
id-token: write{% endif %}
steps:
Expand Down