Skip to content

Bump follow-redirects from 1.15.2 to 1.15.6 #97

Bump follow-redirects from 1.15.2 to 1.15.6

Bump follow-redirects from 1.15.2 to 1.15.6 #97

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"