Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

馃巹 Add solution to 2024-12-25 #279

馃巹 Add solution to 2024-12-25

馃巹 Add solution to 2024-12-25 #279

Workflow file for this run

name: Post notification to Slack
on: push
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Post notification
run: |
curl --data '{"text": "S氓 har pred sgu committed: ${{ github.event.head_commit.message }} -- https://github.com/fuglede/adventofcode/commit/${{ github.event.head_commit.id }}"}' -H "Content-type: application/json" ${{ secrets.SLACK_WEBHOOK_URL }}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.