Skip to content

Commit

Permalink
change test flow
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkaczan committed Aug 16, 2023
1 parent e866fc3 commit b8de1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ runs:
env:
BRANCH_NAME: ${{ github.ref_name }}
PR_TITLE: ${{ github.event.head_commit.message }}
PR_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/job/${{ github.job_id }}
PR_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
PR_NUMBER: false
run: |
env > .env_file
Expand Down

0 comments on commit b8de1ee

Please sign in to comment.