Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
filipre committed Jul 15, 2023
1 parent 6762dfd commit ed209c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
uses: octokit/request-action@v2.x
with:
route: POST /repos/:repository/deployments
repository: ${{ github.repository }}
ref: ${{ fromJson(steps.get_pull_request_ref.outputs.data).head.ref }}
environment: test.pypi.org
auto_merge: false
env:
INPUT_REPOSITORY: ${{ github.repository }}
INPUT_REF: ${{ fromJson(steps.get_pull_request_ref.outputs.data).head.ref }}
INPUT_ENVIRONMENT: test.pypi.org
INPUT_AUTO_MERGE: false
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Set deployment status to in progress
Expand Down

0 comments on commit ed209c7

Please sign in to comment.