mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Removed actions updater workflow, as it is not compatiblee with our auto generated jekyll page build action
This commit is contained in:
parent
477171abac
commit
15331da389
1 changed files with 0 additions and 27 deletions
27
.github/workflows/actions_updater.yaml
vendored
27
.github/workflows/actions_updater.yaml
vendored
|
@ -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 }}
|
|
Loading…
Add table
Add a link
Reference in a new issue