diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5424ac7..658f8ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,9 +52,11 @@ jobs: - name: Test Local Action id: test-action uses: ./ - with: - milliseconds: 1000 - - name: Print Output - id: output - run: echo "${{ steps.test-action.outputs.time }}" + - name: Print outputs.runsOn + id: outputs-runsOn + run: echo "${{ steps.test-action.outputs.runsOn }}" + + - name: Print outputs.nodeVersion + id: outputs-nodeVersion + run: echo "${{ steps.test-action.outputs.nodeVersion }}" diff --git a/action.yml b/action.yml index 76f2170..4f1387f 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,7 @@ name: 'Plan build matrix from Node.js package.json file' -description: "Automatically determine supported Node.js versions and GitHub Actions runners from the contents of your project's package.json file." +description: + "Automatically determine supported Node.js versions and GitHub Actions runners + from the contents of your project's package.json file." author: 'nasa-gcn' outputs: