Skip to content

Add solution to 2023-12-18 #202

Add solution to 2023-12-18

Add solution to 2023-12-18 #202

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 }}