Skip to content

Fix branch name in pterodactyl workflow #1

Fix branch name in pterodactyl workflow

Fix branch name in pterodactyl workflow #1

Workflow file for this run

name: Restart pterodactyl server
on:
push:
branches:
- master
jobs:
restart:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: supercrafter100/[email protected]
with:
PTE_PANEL_URL: 'https://pte.classydev.fr'
PTE_BEARER_TOKEN: ${{ secrets.PTE_BEARER_TOKEN }}
PTE_PANEL_ID: ${{ secrets.PTE_PANEL_ID }}