Skip to content

Commit

Permalink
fix: adding logs to the workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
victoraugustofd committed Jan 5, 2025
1 parent ab00c5c commit b926835
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
if [[ ${{ github.ref_name }} =~ puzzle/([0-9]{4})-day-([1-9]|1[0-9]|2[0-5]) ]]; then
year=${BASH_REMATCH[1]}
day=${BASH_REMATCH[2]}
echo $year
echo $day
issue_number=$(gh issue list -S '[$year] [Day $day] in:title' --json number | jq '.[].number')
if [ -z "$issue_number" ]; then
Expand Down

0 comments on commit b926835

Please sign in to comment.