Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
Update bug.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gvoze32 authored Jun 12, 2024
1 parent d274a2e commit f4dfe2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
run: |
domain_to_fix=$(jq -r '.issue.body' "$GITHUB_EVENT_PATH" | sed -n '3p' | tr -d '[:space:]')
echo "::set-output name=domain_to_fix::$domain_to_fix"
id: extract_domain
- name: Run Scan
run: |
domain_to_fix="${{ steps.extract_domain.outputs.domain_to_fix }}"
Expand Down

0 comments on commit f4dfe2e

Please sign in to comment.