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

+manual dispatch

+manual dispatch #2

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
- run: curl --location '${{ vars.BASE_URL }}scoreboard' --header ${{ secrets.TOKEN }}