Skip to content

build(deps-dev): bump @vercel/ncc from 0.38.2 to 0.38.3 (#311) #113

build(deps-dev): bump @vercel/ncc from 0.38.2 to 0.38.3 (#311)

build(deps-dev): bump @vercel/ncc from 0.38.2 to 0.38.3 (#311) #113

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