We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255691d commit 2036dfeCopy full SHA for 2036dfe
.github/workflows/hiring-mirror-and-delete.yml
@@ -11,7 +11,7 @@ permissions:
11
jobs:
12
mirror-and-delete:
13
# Only act on issues created from the website (title set by your JS)
14
- if: ${{ startsWith(github.event.issue.title, 'Application from website') }}
+ if: ${{ startsWith(github.event.issue.title, 'Application from Website') }}
15
runs-on: ubuntu-latest
16
timeout-minutes: 1
17
@@ -173,4 +173,4 @@ jobs:
173
echo "Delete response:"
174
echo "$delete_resp"
175
176
- echo "Done: mirrored to private and deleted public issue."
+ echo "Done: mirrored to private and deleted public issue."
0 commit comments