mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-30 00:16:36 +08:00
Delete .github/workflows/update_versions.yaml (#954)
This commit is contained in:
parent
a1fa924d72
commit
3aeeb5d615
27
.github/workflows/update_versions.yaml
vendored
27
.github/workflows/update_versions.yaml
vendored
|
@ -1,27 +0,0 @@
|
|||
name: update_version
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 8 * * *'
|
||||
|
||||
jobs:
|
||||
build_web:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 20
|
||||
- run: npx npm-check-updates -u
|
||||
- run: npm i
|
||||
- name: Commit and create PR 🔀
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
with:
|
||||
token: ${{ secrets.test }}
|
||||
commit-message: 'build(deps): upgrade NPM packages (automated)'
|
||||
committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
||||
author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
|
||||
title: 'build(deps): Upgrade NPM packages (automated)'
|
||||
branch: 'build-deps-upgrade-npm-packages-automated'
|
Loading…
Reference in New Issue
Block a user