Files
NNG/.github/workflows/export.yml
Alexander Bentkamp d057043af3 rename job
2023-05-05 11:42:41 +02:00

11 lines
340 B
YAML

name: Export
run-name: Export
on: [workflow_dispatch]
jobs:
export:
runs-on: ubuntu-latest
steps:
- name: export into Game Server
run: curl -s https://adam.math.hhu.de/import/trigger/${GITHUB_REPOSITORY} > /dev/null && \
echo 'View progress at https://adam.math.hhu.de/import/status/${GITHUB_REPOSITORY}'