Skip to content

Commit eb5a3e6

Browse files
committed
:2
Former-commit-id: a67836d
1 parent 271b1be commit eb5a3e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'ghaction-BlazorWebAssemblyFileHashFixer'
2-
description: 'GitHub Action to fix the sha256 file-hashes in "blazor.boot.json" and "service-worker-assets.js".'
2+
description: 'GitHub Action to fix the sha256 file-hashes from the resources defined in "blazor.boot.json" and "service-worker-assets.js".'
33
author: 'sheyenrath'
44
branding:
55
icon: 'hash'
@@ -11,6 +11,6 @@ inputs:
1111
default: '.'
1212
runs:
1313
using: 'docker'
14-
image: 'docker://sheyenrath/blazor-webassembly-filehash-fixer'
14+
image: 'docker://sheyenrath/blazor-webassembly-filehash-fixer:2'
1515
args:
1616
- ${{ inputs.wwwroot-path }}

0 commit comments

Comments
 (0)