Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed Sep 22, 2022
1 parent 8c3291d commit 959ffab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/builder_node_slsa3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ on:
required: false
# Note: set to the same value as actions/node-setup https://github.com/actions/setup-node/blob/main/action.yml#L19.
default: ${{ github.token }}
# TODO(https://github.com/slsa-framework/slsa-github-generator/issues/890): support outputing the final tarball name.
inputs:
node-version:
description: >
Expand Down Expand Up @@ -127,8 +128,6 @@ on:
type: boolean
default: false

# TODO(https://github.com/slsa-framework/slsa-github-generator/issues/890): support outputing the final tarball name.

jobs:
privacy-check:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -249,7 +248,7 @@ jobs:
- name: Create tarball
id: tarball
env:
env:
UNTRUSTED_DIR: ${{ inputs.directory }}"
run: |
set -euo pipefail
Expand Down

0 comments on commit 959ffab

Please sign in to comment.