Skip to content

Commit

Permalink
Removing the create an issue to test the output variables
Browse files Browse the repository at this point in the history
  • Loading branch information
amankumarrr committed Mar 27, 2024
1 parent c53c0ca commit fc43904
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/daily-image-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Create an Issue
uses: JasonEtco/create-an-issue@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TITLE: "Broken Images on Homepage"
ARTIFACT_ID: ${{ needs.check-broken-images.outputs.artifact-id }}
GITHUB_RUN_ID: ${{ github.run_id }}
with:
filename: .github/ISSUE_TEMPLATE/auto_bug_report.md
- name: Test Result
run: |
echo "Test Passed: ${{ needs.check-broken-images.outputs.testPassed }}"
echo "Artifacts URL: ${{ needs.check-broken-images.outputs.artifact-id }}"

0 comments on commit fc43904

Please sign in to comment.