Skip to content

Commit

Permalink
fix link in issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier committed Aug 4, 2024
1 parent 9d473b3 commit 5432112
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/DOCKER_ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ labels: "bug"
---

The workflow 'docker-requirements' has failed. Please check the details at: [Workflow
Run Details](https://github.com/{{ repository }}/actions/runs/{{ run_id }})
Run Details](https://github.com/{{ env.REPOSITORY }}/actions/runs/{{ env.RUN_ID }}

Triggered by: @{{ actor }}
2 changes: 2 additions & 0 deletions .github/workflows/update-docker-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,7 @@ jobs:
uses: JasonEtco/create-an-issue@v2
env:
GITHUB_TOKEN: ${{ github.token }}
REPOSITORY: ${{ github.repository }}
RUN_ID: ${{ github.run_id }}
with:
filename: .github/ISSUE_TEMPLATE/DOCKER_ISSUE_TEMPLATE.md

0 comments on commit 5432112

Please sign in to comment.