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
|
# action.yml
|
||||||
name: nested
|
name: nested
|
||||||
author: viceice
|
|
||||||
description: 'testing'
|
description: 'testing'
|
||||||
branding:
|
|
||||||
icon: 'package'
|
|
||||||
color: 'blue'
|
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: 'composite'
|
using: 'composite'
|
||||||
|
|
|
@ -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}"
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue