Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Template Updater

Template Updater #84

name: Template Updater
on:
workflow_dispatch:
schedule:
- cron: '15 8 * * 3'
jobs:
TemplateUpdater:
runs-on: ubuntu-latest
if: ${{ github.repository != 'sebbo2002/js-template' }}
steps:
- name: 🤖 template-updater
uses: sebbo2002/action-template-updater@develop
with:
token: ${{ secrets.GH_TOKEN }}
bot-token: ${{ secrets.GITHUB_TOKEN }}
template: sebbo2002/js-template/typescript-docker
assignees: sebbo2002