ci: testing
This commit is contained in:
parent
07b6708d5f
commit
437f431c1f
3 changed files with 3 additions and 10 deletions
|
@ -1,10 +1,6 @@
|
|||
# action.yml
|
||||
name: nested
|
||||
author: viceice
|
||||
description: 'testing'
|
||||
branding:
|
||||
icon: 'package'
|
||||
color: 'blue'
|
||||
|
||||
runs:
|
||||
using: 'composite'
|
||||
|
|
|
@ -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}"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue