Skip to content

Bump @graphql-codegen/cli from 7.0.0 to 7.1.3 #66

Bump @graphql-codegen/cli from 7.0.0 to 7.1.3

Bump @graphql-codegen/cli from 7.0.0 to 7.1.3 #66

Workflow file for this run

name: Snapit
on:
issue_comment:
types:
- created
jobs:
snapit:
name: Snapit
if: ${{ github.event.issue.pull_request && github.event.comment.body == '/snapit' }}
runs-on: ubuntu-latest
steps:
- name: Checkout default branch
uses: actions/checkout@v4
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
with:
version: 10
- name: Create snapshot version
uses: Shopify/snapit@v0.0.14
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
build_script: echo "hello"
working_directory: ./