Emojis.
This commit is contained in:
+2
-2
@@ -59,7 +59,7 @@ runs:
|
|||||||
id: check-opened-pr-step
|
id: check-opened-pr-step
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
echo "Checking for PR..."
|
echo "Checking for PR... 🔎"
|
||||||
pr_exists=$(tea pr list \
|
pr_exists=$(tea pr list \
|
||||||
--repo ${{ github.repository }} \
|
--repo ${{ github.repository }} \
|
||||||
--state open \
|
--state open \
|
||||||
@@ -79,7 +79,7 @@ runs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
if: steps.check-opened-pr-step.outputs.exists == '0'
|
if: steps.check-opened-pr-step.outputs.exists == '0'
|
||||||
run: |
|
run: |
|
||||||
echo "PR Created..."
|
echo "PR Created 🎫"
|
||||||
PR_TITLE=$(git log -n 1 --format=%s)
|
PR_TITLE=$(git log -n 1 --format=%s)
|
||||||
PR_DESCRIP=$(git log -n 1 --format=%b)
|
PR_DESCRIP=$(git log -n 1 --format=%b)
|
||||||
tea pr c -r ${{ github.repository }} \
|
tea pr c -r ${{ github.repository }} \
|
||||||
|
|||||||
Reference in New Issue
Block a user