You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VOTES=$(framadatectl --url ${{ secrets.FRAMADATE_ADMIN_URL }} show next-slot)
MAP='${{ secrets.DISCORD_USERNAME_MAP }}'
USERS=$(./parse-votes.sh "$VOTES" "$MAP")
curl --header "Content-Type: application/json" --data "{\"username\": \"Greater Good Gathering Guide\", \"content\": \"${USERS}you are signed up for Saturday! Would anyone else want to join? Unless someone writes something else, meeting point is around 12:00 at acend. May the dice gods be with you! :game_die:\"}" ${{ secrets.DISCORD_WEBHOOK_URL }}