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

Merge pull request #108 from primer/fix-slack #6

Merge pull request #108 from primer/fix-slack

Merge pull request #108 from primer/fix-slack #6

Workflow file for this run

name: Deploy to production
on:
push:
branches:
- main
permissions:
contents: read
pages: write
id-token: write
jobs:
build_deploy:
name: Build and deploy
uses: primer/.github/.github/workflows/deploy.yml@v1

Check failure on line 16 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

error parsing called workflow ".github/workflows/deploy.yml" -> "primer/.github/.github/workflows/deploy.yml@v1" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
node_version: 16
install: yarn
build: yarn build