Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan committed Aug 19, 2024
1 parent ca60489 commit 26758ba
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/bulk_issue_creator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,8 @@ jobs:
name: issues-artifact
- name: Create Issue in ${{ matrix.repo }}
run: |
<<<<<<< Updated upstream
# Safely handle issue title and body
issue_title="${{ github.event.inputs.issue_title }}"
issue_body="${{ github.event.inputs.issue_description }}"
=======
issue_title="$ISSUE_TITLE_VAR"
issue_body="$ISSUE_DESCRIPTION_VAR"
>>>>>>> Stashed changes
labels_string=["${{ github.event.inputs.issue_labels }}"]
labels_array=$(echo "$labels_string" | sed "s/'/\"/g" | jq -c .)
Expand Down

0 comments on commit 26758ba

Please sign in to comment.