Skip to content

Commit 2036dfe

Browse files
authored
Update hiring-mirror-and-delete.yml
1 parent 255691d commit 2036dfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hiring-mirror-and-delete.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
jobs:
1212
mirror-and-delete:
1313
# Only act on issues created from the website (title set by your JS)
14-
if: ${{ startsWith(github.event.issue.title, 'Application from website') }}
14+
if: ${{ startsWith(github.event.issue.title, 'Application from Website') }}
1515
runs-on: ubuntu-latest
1616
timeout-minutes: 1
1717

@@ -173,4 +173,4 @@ jobs:
173173
echo "Delete response:"
174174
echo "$delete_resp"
175175
176-
echo "Done: mirrored to private and deleted public issue."
176+
echo "Done: mirrored to private and deleted public issue."

0 commit comments

Comments
 (0)