Skip to content

Commit

Permalink
Remove job path from workflow url
Browse files Browse the repository at this point in the history
  • Loading branch information
LulzLoL231 committed Feb 9, 2023
1 parent 1ee0841 commit f5ffe8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_api_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Creating issue
if: steps.issue_exists_check.outputs.issue_exists == 'False'
run: python3 .github/api_check/create_issue.py ${{ env.actual_etag }} --run-url ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/jobs/${{ github.job_id }}
run: python3 .github/api_check/create_issue.py ${{ env.actual_etag }} --run-url ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/

- name: Get issue url
if: steps.issue_exists_check.outputs.issue_exists == 'False'
Expand Down

0 comments on commit f5ffe8b

Please sign in to comment.