Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

oops

oops #7

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
workflow_dispatch:
branches: [ main ]
jobs:
submit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- run: curl --location '${{ vars.BASE_URL }}scoreboard' --header ${{ secrets.TOKEN }} -o ${{ vars.SCORE_FILE }}
- run: python3 util.py ${{ vars.SCORE_FILE }}
# - name: Discord post
# if: ${{ env.DISCORD_WEBHOOK != '' }}
# env:
# DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_URL }}
# uses: Ilshidur/action-discord@master
# with:
# args: "Scoreboard: ???"