Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit e6048cd

Browse files
committed
change test flow
1 parent da355cc commit e6048cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ runs:
6161
env:
6262
BRANCH_NAME: ${{ github.ref_name }}
6363
PR_TITLE: ${{ github.event.head_commit.message }}
64-
PR_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
64+
PR_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/job/${{ github.job_id }}
6565
PR_NUMBER: false
6666
run: |
6767
env > .env_file

0 commit comments

Comments
 (0)