Skip to content

Commit 032b519

Browse files
fix: testing
1 parent 772d083 commit 032b519

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-resolution.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- opened
99

1010
jobs:
11-
get-answer:
11+
submit-answer:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
@@ -22,7 +22,7 @@ jobs:
2222
- name: Extract year and day from branch name
2323
id: extract
2424
run: |
25-
branch_name=$(echo "${{ github.event.pull_request.head.ref }}")
25+
branch_name=$(echo ${{ github.event.pull_request.head.ref }})
2626
2727
if [[ $branch_name =~ puzzle/([0-9]{4})-day-([1-9]|1[0-9]|2[0-5]) ]]; then
2828
year="${BASH_REMATCH[1]}"

0 commit comments

Comments
 (0)