We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
submit-advent-of-code.yml
main
puzzles/year_*/day_*/answer_part*.txt
workflow_dispatch
AOC_SESSION
secrets.AOC_SESSION
GH_TOKEN
secrets.USER_TOKEN
uses: actions/checkout@v4
uses astral-sh/setup-uv@v4
uv sync
uv run advent_of_code.py submit {year} {day} {part}
uv run advent_of_code.py update-results {year}
uv run advent_of_code.py download {year} {day}
part
puzzles
create-puzzle-issue.yml
uses: sourcery-ai/autonomous-advent-of-code/.github/workflows/create-puzzle-issue.yml@main
The text was updated successfully, but these errors were encountered:
No branches or pull requests
submit-advent-of-code.yml
main
with file changes topuzzles/year_*/day_*/answer_part*.txt
workflow_dispatch
AOC_SESSION
:secrets.AOC_SESSION
GH_TOKEN
:secrets.USER_TOKEN
uses: actions/checkout@v4
uses astral-sh/setup-uv@v4
anduv sync
uv run advent_of_code.py submit {year} {day} {part}
uv run advent_of_code.py update-results {year}
uv run advent_of_code.py download {year} {day}
and output thepart
which is printed by the commandpuzzles
with user GitHub Actionscreate-puzzle-issue.yml
using the year, day and part 2 as strings if part two was downloadeduses: sourcery-ai/autonomous-advent-of-code/.github/workflows/create-puzzle-issue.yml@main
The text was updated successfully, but these errors were encountered: