Skip to content

Commit

Permalink
Comment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGCalderon committed Oct 30, 2024
1 parent 5a63d75 commit 99730b2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,12 @@ jobs:
REPO_URL="${{ github.server_url }}/${{ github.repository }}"
echo "WORKFLOW_URL=$REPO_URL/actions/runs/${{ github.run_id }}" >> $GITHUB_ENV
- name: Create Issue
if: ${{ failure() }}
uses: JasonEtco/create-an-issue@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OS: ${{ matrix.os_name}}
COMMIT_SHA: ${{ github.sha }}
with:
filename: .github/ISSUE_TEMPLATE/daily_failure.md
# - name: Create Issue
# if: ${{ failure() }}
# uses: JasonEtco/create-an-issue@v2
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# OS: ${{ matrix.os_name}}
# COMMIT_SHA: ${{ github.sha }}
# with:
# filename: .github/ISSUE_TEMPLATE/daily_failure.md

0 comments on commit 99730b2

Please sign in to comment.