Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Bump follow-redirects from 1.15.2 to 1.15.6 #566

Bump follow-redirects from 1.15.2 to 1.15.6

Bump follow-redirects from 1.15.2 to 1.15.6 #566

name: Check Deployment
on:
workflow_dispatch:
inputs:
passci:
description: 'Pass CI'
required: true
type: boolean
pull_request:
types: [opened, synchronize, reopened, labeled]
jobs:
check-deployment:
uses: iterative/gatsby-theme-iterative/.github/workflows/check-deployment.yml@main
with:
passci: ${{ inputs.passci || false }}