We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 271b1be commit eb5a3e6Copy full SHA for eb5a3e6
action.yml
@@ -1,5 +1,5 @@
1
name: 'ghaction-BlazorWebAssemblyFileHashFixer'
2
-description: 'GitHub Action to fix the sha256 file-hashes in "blazor.boot.json" and "service-worker-assets.js".'
+description: 'GitHub Action to fix the sha256 file-hashes from the resources defined in "blazor.boot.json" and "service-worker-assets.js".'
3
author: 'sheyenrath'
4
branding:
5
icon: 'hash'
@@ -11,6 +11,6 @@ inputs:
11
default: '.'
12
runs:
13
using: 'docker'
14
- image: 'docker://sheyenrath/blazor-webassembly-filehash-fixer'
+ image: 'docker://sheyenrath/blazor-webassembly-filehash-fixer:2'
15
args:
16
- ${{ inputs.wwwroot-path }}
0 commit comments