Skip to content

Bump actiontext from 7.1.3.2 to 7.1.3.4 #103

Bump actiontext from 7.1.3.2 to 7.1.3.4

Bump actiontext from 7.1.3.2 to 7.1.3.4 #103

Workflow file for this run

name: CI
on:
pull_request:
types: [opened,reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 'Trigger CircleCI PR Build'
env:
CIRCLECI_API_TOKEN: ${{ secrets.CIRCLECI_API_TOKEN }}
run: |
curl -X POST \
-H "Circle-Token: $CIRCLECI_API_TOKEN" \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d "{\"branch\":\"$GITHUB_HEAD_REF\"}" \
"https://circleci.com/api/v2/project/gh/$GITHUB_REPOSITORY/pipeline"