Skip to content

build(deps): bump @actions/core from 1.10.1 to 1.11.0 (#305) #108

build(deps): bump @actions/core from 1.10.1 to 1.11.0 (#305)

build(deps): bump @actions/core from 1.10.1 to 1.11.0 (#305) #108

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