Removed actions updater workflow, as it is not compatiblee with our auto generated jekyll page build action

This commit is contained in:
Jan Böhmer 2023-03-18 22:17:28 +01:00
parent 477171abac
commit 15331da389

View file

@ -1,27 +0,0 @@
name: GitHub Actions Version Updater
# Controls when the action will run.
on:
push:
branches:
- 'master'
schedule:
# Automatically run on every Sunday
- cron: '0 0 * * 0'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.WORKFLOW_SECRET }}
- name: Run GitHub Actions Version Updater
uses: saadmk11/github-actions-version-updater@v0.7.4
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.WORKFLOW_SECRET }}