Skip to content

build(deps-dev): bump eslint from 9.11.1 to 9.12.0 (#306) #109

build(deps-dev): bump eslint from 9.11.1 to 9.12.0 (#306)

build(deps-dev): bump eslint from 9.11.1 to 9.12.0 (#306) #109

Workflow file for this run

name: "integration-test"
on:
push:
branches:
- main
- 'releases/*'
jobs:
integration:
runs-on: ubuntu-latest
env:
OUTPUT_VALUE: overloaded output value
steps:
- uses: actions/checkout@v4
- name: Capture triggering branch name
run: echo "BRANCH_NAME=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV
- uses: ./
with:
project-slug: ${{ github.repository }}
user-token: ${{ secrets.CIRCLECI_TOKEN }}
branch: ${{ env.BRANCH_NAME }}
payload: '{"run_output_workflow": true, "output_value": "${{ env.OUTPUT_VALUE }}"}'