Skip to content

Update enclave.dm (#313) #325

Update enclave.dm (#313)

Update enclave.dm (#313) #325

Workflow file for this run

# Create changelog after PR is merged
name: Create PR changelog
on:
push:
branches:
- master
workflow_dispatch:
jobs:
CreateCL:
runs-on: ubuntu-latest
if: github.repository == 'fortune13-ss13/thewasteland' # to prevent this running on forks
steps:
- name: Checkout
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
with:
fetch-depth: 25
- name: Python setup
uses: actions/setup-python@3105fb18c05ddd93efea5f9e0bef7a03a6e9e7df
with:
python-version: '3.x'
- name: Install depends
run: |
python -m pip install --upgrade pip
pip install ruamel.yaml PyGithub
- name: Make CL
env:
BOT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_EMAIL: "${{ secrets.BOT_EMAIL }}"
GIT_NAME: "${{ secrets.BOT_NAME }}"
run: python tools/cl/create_cl.py