From 3542329bf78f9e6db5a763cb63c505539f3664c7 Mon Sep 17 00:00:00 2001 From: "Chris (wolcen) Thompson" Date: Wed, 15 Oct 2025 19:13:50 -0400 Subject: [PATCH] Use full url for things not on forgejo --- .forgejo/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index b9f8f9d..7cd2a1a 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -21,7 +21,7 @@ jobs: steps: - name: checkout uses: actions/checkout@v3 - - uses: release-engineers/action-template@v2 + - uses: https://github.com/release-engineers/action-template@v2 with: source: 'testing.template' target: 'testing.md'