From 437f431c1f417265e762f3f85d9e144b573255e2 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Thu, 7 Dec 2023 14:03:34 +0100 Subject: [PATCH] ci: testing --- .forgejo/actions/nested/action.yml | 4 ---- .forgejo/actions/test/action.yml | 6 +----- .forgejo/workflows/test.yml | 3 ++- 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/.forgejo/actions/nested/action.yml b/.forgejo/actions/nested/action.yml index 1b86fd3..b0cf0bb 100644 --- a/.forgejo/actions/nested/action.yml +++ b/.forgejo/actions/nested/action.yml @@ -1,10 +1,6 @@ # action.yml name: nested -author: viceice description: 'testing' -branding: - icon: 'package' - color: 'blue' runs: using: 'composite' diff --git a/.forgejo/actions/test/action.yml b/.forgejo/actions/test/action.yml index e26f0d6..aa43c84 100644 --- a/.forgejo/actions/test/action.yml +++ b/.forgejo/actions/test/action.yml @@ -1,17 +1,13 @@ # action.yml name: test -author: viceice description: 'testing' -branding: - icon: 'package' - color: 'blue' runs: using: 'composite' steps: - shell: bash run: | - echo "uname: $(uname -p)" + echo "uname: $(uname -a)" echo "runner.arch: ${{ runner.arch }}" echo "RUNNER_ARCH: ${RUNNER_ARCH}" diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index caa3778..3a22e79 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -10,5 +10,6 @@ jobs: echo "runner.arch: ${{ runner.arch }}" echo "RUNNER_ARCH: ${RUNNER_ARCH}" - - uses: ./.forgejo/actions/test + - name: test + uses: ./.forgejo/actions/test - uses: sigstore/cosign-installer@11086d25041f77fe8fe7b9ea4e48e3b9192b8f19 # v3.1.2