Skip to content

Commit

Permalink
Update create-jira-issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino authored Jun 29, 2024
1 parent 7e36580 commit 847ba04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-jira-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
if [ "$AUTHOR" == "jeongjaino" ]; then
echo "::set-output name=accountId::${{ secrets.JACOB_ACCOUNT_ID }}"
else
echo "::set-output name=accountId::${{ secrets.BROWNIES_ACCOUNT_ID }}"
echo "::set-output name=accountId::${{ secrets.JACOB_ACCOUNT_ID }}"
fi
- name: Login
Expand Down

0 comments on commit 847ba04

Please sign in to comment.