From bc9ebfee397415b9050a529e8731f5f45fb84e7f Mon Sep 17 00:00:00 2001 From: Ivan Li Date: Sun, 21 May 2023 16:30:31 +0800 Subject: [PATCH] ci: use github source. --- .gitea/workflows/built-bin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/built-bin.yaml b/.gitea/workflows/built-bin.yaml index 94c2938..f766994 100644 --- a/.gitea/workflows/built-bin.yaml +++ b/.gitea/workflows/built-bin.yaml @@ -16,7 +16,7 @@ jobs: override: true - id: commit - uses: pr-mpt/actions-commit-hash@v2 + uses: https://github.com/pr-mpt/actions-commit-hash@v2 - name: Build run: cargo build --release