Skip to content

Commit

Permalink
Update create-jira-issue.yml -
Browse files Browse the repository at this point in the history
  • Loading branch information
hooni0918 authored Jun 29, 2024
1 parent 1c03fe1 commit fba3fae
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/create-jira-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Print environment variables for debugging
run: |
echo "JIRA_BASEURL=${{ secrets.JIRA_BASEURL }}"
echo "JIRA_API_TOKEN=${{ secrets.JIRA_API_TOKEN }}"
echo "JIRA_EMAIL=${{ secrets.JIRA_EMAIL }}"
echo "JIRA_PROJECT_KEY=${{ secrets.JIRA_PROJECT_KEY }}"
- name: Create Jira issue
env:
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
Expand Down

0 comments on commit fba3fae

Please sign in to comment.