git

My personal website source code
Log | Files | Refs | Submodules | README | LICENSE

commit 3578deb1bf72994bfc3870bba867e79553647246
parent 8945002126797a3ab355a941775738e5b3310711
Author: Luís Ferreira <[email protected]>
Date:   Wed,  9 Feb 2022 17:39:55 +0000

fix(github/workflows): use latest commit for web3.storage action

This patch uses the lastet commit at the time for web3.storage action in order
to support hidden files.

Signed-off-by: Luís Ferreira <[email protected]>

Diffstat:
M.github/workflows/build.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml @@ -124,7 +124,7 @@ jobs: - name: Extract artifact run: tar -xvf public.tar - name: Add public CAR file - uses: web3-storage/add-to-web3@v1 + uses: web3-storage/add-to-web3@77b645f58a5ec593d5ab23666fee1537331b7858 id: web3 with: web3_token: ${{ secrets.WEB3_STORAGE_TOKEN }}