abapGit/.github/workflows/ajson_mirror.yaml
Lars Hvam 590e7eb175
update to node16 + ignore scripts (#5117)
* update to node16 + ignore scripts

* latest
2021-11-09 16:28:56 +01:00

41 lines
976 B
YAML

name: ajson mirror
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 1'
jobs:
pr_ajson_changes:
# Origin repo only
if: github.repository == 'abapGit/abapGit'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
- name: run
run: |
git clone https://github.com/abapGit/ajson_mirror.git
ls -l
rm src/json/*
cp ajson_mirror/src/* src/json/
rm -rf ajson_mirror
git status
- name: Open PR
uses: peter-evans/create-pull-request@v3
with:
title: ajson, Automatic Update
branch: automatic/ajson
body: |
Automatic update from mirror
https://github.com/abapGit/ajson_mirror
Make manual change to trigger CI
Note: manual changes might be overwritten when the branch updates, so keep changes small, and merge fast