Skip to content

Commit

Permalink
Change the asset name
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed May 10, 2024
1 parent be9b19d commit 516f096
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ jobs:
file: ${{ steps.attest.outputs.bundle-path }}
tag: ${{ github.event.inputs.tag || github.ref }}
overwrite: false
file_glob: true
asset_name: attestations.intoto.jsonl
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ repos:
rev: v2.2.6
hooks:
- id: codespell
# TODO: Use inline ignores, e.g. # codespell:ignore intoto
# https://github.com/codespell-project/codespell/issues/3387
args: [-L, intoto]
additional_dependencies:
- tomli

Expand Down

0 comments on commit 516f096

Please sign in to comment.