Skip to content

build(deps-dev): bump eslint from 7.13.0 to 8.49.0 #176

build(deps-dev): bump eslint from 7.13.0 to 8.49.0

build(deps-dev): bump eslint from 7.13.0 to 8.49.0 #176

Workflow file for this run

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 }}"}'