Skip to content

Commit

Permalink
Update failed_schedule_issue_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Yang committed Feb 21, 2021
1 parent aa5fba4 commit ccb449b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/failed_schedule_issue_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ GITHUB_SERVER_URL {{ env.GITHUB_SERVER_URL }}
GITHUB_API_URL {{ env.GITHUB_API_URL }}
GITHUB_GRAPHQL_URL {{ env.GITHUB_GRAPHQL_URL }}

Oh no, something went wrong in the scheduled workflow {{ env.WORKFLOW }}/{{ env.JOB }}.
Oh no, something went wrong in the scheduled workflow {{ env.GITHUB_WORKFLOW }}/{{ env.GITHUB_JOB }}.
Please look into it:

https://github.com/{{ env.REPO }}/actions/runs/{{ env.ID }}
{{ env.GITHUB_SERVER_URL }}/{{ env.GITHUB_REPOSITORY }}/actions/run/{{ env.GITHUB_RUN_ID }}

Feel free to close this if this was just a one-off error.

0 comments on commit ccb449b

Please sign in to comment.