Skip to content

SCP-48 Extract licenses from results #48

SCP-48 Extract licenses from results

SCP-48 Extract licenses from results #48

Workflow file for this run

name: Test Action
on:
pull_request:
push:
branches:
- '*'
permissions:
contents: read
jobs:
test-action:
name: GitHub Actions Test
runs-on: ubuntu-latest
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4
- name: Run Local Action
uses: ./
- name: Print output command
run: echo "${{ steps.test-action.outputs.output-command }}"
- name: Print Licenses
run: echo "${{ steps.test-action.outputs.licenses }}"
- name: Print Result
run: cat "${{ steps.test-action.outputs.result-filepath }}"