Skip to content

Merge pull request #135 from Expensify/andrew-update-action #56

Merge pull request #135 from Expensify/andrew-update-action

Merge pull request #135 from Expensify/andrew-update-action #56

Workflow file for this run

name: Publish package to npmjs
on:
push:
branches: [main]
# Ensure that only one instance of this workflow executes at a time.
# If multiple PRs are merged in quick succession, there will only ever be one publish workflow running and one pending.
concurrency: ${{ github.workflow }}
jobs:
publish:
# os-botify[bot] will update the version on `main`, so this check is important to prevent an infinite loop
if: ${{ github.actor != 'os-botify[bot]' }}
uses: Expensify/GitHub-Actions/.github/workflows/npmPublish.yml@main

Check failure on line 15 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / Publish package to npmjs

Invalid workflow file

The workflow is not valid. .github/workflows/publish.yml (Line: 15, Col: 11): Input repository is required, but not provided while calling.
secrets: inherit