From 7d16563baad5d81509aa7ec0d3b1ec93b7b1aa77 Mon Sep 17 00:00:00 2001 From: Andrew Gable Date: Wed, 16 Oct 2024 09:27:41 -0600 Subject: [PATCH] Use `repository` instead of `action_repository` --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5c4809b..ba7cf85 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,6 +30,6 @@ jobs: uses: Expensify/GitHub-Actions/.github/workflows/npmPublish.yml@main secrets: inherit with: - repository: ${{ github.action_repository }} + repository: ${{ github.repository }} # 'outputs' provides a string, and we need a number, so we use fromJSON to convert it pull_request_number: ${{ fromJSON(needs.get_pull_request.outputs.pull_request_number) }}