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

[graphql-fixtures] Graphql fixtures/seed collision fix #690

[graphql-fixtures] Graphql fixtures/seed collision fix

[graphql-fixtures] Graphql fixtures/seed collision fix #690

Workflow file for this run

name: /snapit
on:
issue_comment:
types:
- created
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
snapit:
name: /snapit
runs-on: ubuntu-latest
steps:
- name: Checkout default branch
uses: actions/checkout@v4
- name: Create snapshot
uses: Shopify/snapit@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
build_script: tsc --build && node ./scripts/build.mjs