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 15, 2023
1 parent 72fbeb4 commit 2ea224c
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 @@ -62,7 +62,7 @@ runs:
BRANCH_NAME: ${{ github.ref_name }}
PR_TITLE: ${{ github.event.head_commit.message }}
PR_URL: ${{ github.event.head_commit.url }}
PR_NUMBER: ${{ github.run_number }}
PR_NUMBER: false
run: |
env > .env_file
shell: bash
Expand Down

0 comments on commit 2ea224c

Please sign in to comment.