From 3d6a8011d97381c12cbf29277d6b35083fa87b74 Mon Sep 17 00:00:00 2001 From: JP Lomas Date: Thu, 27 Jun 2024 16:57:04 +0100 Subject: [PATCH] Lower case --- .github/workflows/sign.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sign.yml b/.github/workflows/sign.yml index 096ecb9..ee44ec9 100644 --- a/.github/workflows/sign.yml +++ b/.github/workflows/sign.yml @@ -10,7 +10,7 @@ jobs: - name: Checkout sources uses: actions/checkout@v2 - name: Generate checksum - uses: theQRL/actions-dilithium-sign@v1 + uses: theqrl/actions-dilithium-sign@v1 with: patterns: | *.* diff --git a/action.yml b/action.yml index d1cd457..a664651 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,7 @@ inputs: required: true runs: using: docker - image: docker://ghcr.io/theQRL/actions-dilithium-sign:v1.0.0 + image: docker://ghcr.io/theqrl/actions-dilithium-sign:v1.0.0 args: - ${{ inputs.hexseed }} - ${{ inputs.output }}