Skip to content

SCP-48 Extract licenses from results #37

SCP-48 Extract licenses from results

SCP-48 Extract licenses from results #37

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: Test Local Action
id: test-action
uses: ./
- name: Print Licenses
id: output
run: echo "${{ steps.test-action.outputs.licenses }}"
- name: Print Licenses
id: output

Check failure on line 31 in .github/workflows/test-action.yml

View workflow run for this annotation

GitHub Actions / Test Action

Invalid workflow file

The workflow is not valid. .github/workflows/test-action.yml (Line: 31, Col: 13): The identifier 'output' may not be used more than once within the same scope.
run: echo "${{ steps.test-action.outputs.licenses }}"