From 916fb39046fd4860ad4943731083cb90734efc5c Mon Sep 17 00:00:00 2001 From: Sebastian Tobie Date: Sat, 18 Jan 2025 17:52:46 +0100 Subject: [PATCH] another test --- .forgejo/actions/artifact-upload/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/actions/artifact-upload/action.yml b/.forgejo/actions/artifact-upload/action.yml index 1d0b408..168beea 100644 --- a/.forgejo/actions/artifact-upload/action.yml +++ b/.forgejo/actions/artifact-upload/action.yml @@ -15,7 +15,7 @@ runs: steps: - name: collect shell: sh - run: "true" + run: "/bin/env" - name: upload shell: sh - run: "true" + run: "/bin/true"