From 34c66235f6ccc38eb01b7aed860890bdf40db33c Mon Sep 17 00:00:00 2001 From: Gregor Martynus <39992+gr2m@users.noreply.github.com> Date: Sat, 30 Mar 2024 11:15:37 -0700 Subject: [PATCH] docs(README): remove `github-api-url` from most basic example (#120) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6752829..2969068 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,6 @@ jobs: with: app-id: ${{ vars.APP_ID }} private-key: ${{ secrets.PRIVATE_KEY }} - github-api-url: "https://github.acme-inc.com/api/v3" - uses: ./actions/staging-tests with: token: ${{ steps.app-token.outputs.token }}