build(deps-dev): bump eslint from 7.13.0 to 8.47.0 #171
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "units-test" | |
on: | |
pull_request: | |
jobs: | |
# test action works running from the graph | |
test: | |
runs-on: ubuntu-latest | |
env: | |
OUTPUT_VALUE: overloaded output value | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: ./ | |
with: | |
project-slug: ${{ github.repository }} | |
user-token: ${{ secrets.CIRCLECI_TOKEN }} | |
branch: ${{ github.head_ref }} # in pull request context we can just use this | |
payload: '{"run_output_workflow": true, "output_value": "${{ env.OUTPUT_VALUE }}"}' |