ci: testing

This commit is contained in:
Michael Kriese 2023-12-07 14:03:34 +01:00
parent 07b6708d5f
commit 437f431c1f
No known key found for this signature in database
GPG key ID: B83F553A0724D44E
3 changed files with 3 additions and 10 deletions

View file

@ -1,10 +1,6 @@
# action.yml # action.yml
name: nested name: nested
author: viceice
description: 'testing' description: 'testing'
branding:
icon: 'package'
color: 'blue'
runs: runs:
using: 'composite' using: 'composite'

View file

@ -1,17 +1,13 @@
# action.yml # action.yml
name: test name: test
author: viceice
description: 'testing' description: 'testing'
branding:
icon: 'package'
color: 'blue'
runs: runs:
using: 'composite' using: 'composite'
steps: steps:
- shell: bash - shell: bash
run: | run: |
echo "uname: $(uname -p)" echo "uname: $(uname -a)"
echo "runner.arch: ${{ runner.arch }}" echo "runner.arch: ${{ runner.arch }}"
echo "RUNNER_ARCH: ${RUNNER_ARCH}" echo "RUNNER_ARCH: ${RUNNER_ARCH}"

View file

@ -10,5 +10,6 @@ jobs:
echo "runner.arch: ${{ runner.arch }}" echo "runner.arch: ${{ runner.arch }}"
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 - uses: sigstore/cosign-installer@11086d25041f77fe8fe7b9ea4e48e3b9192b8f19 # v3.1.2