Skip to content

Commit a4da737

Browse files
committed
test
1 parent 6ed30b5 commit a4da737

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/workflows/mirror.yml

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: abap2xlsx-mirror
2+
3+
on:
4+
workflow_dispatch:
5+
6+
permissions:
7+
contents: write # for peter-evans/create-pull-request to create branch
8+
pull-requests: write # for peter-evans/create-pull-request to create a PR
9+
10+
jobs:
11+
mirror-mirror:
12+
runs-on: ubuntu-latest
13+
timeout-minutes: 5
14+
steps:
15+
- uses: actions/checkout@v4
16+
- uses: abap2xlsx/abap2xlsx-rename-action
17+
- run: git status
18+
- name: Open PR
19+
uses: peter-evans/create-pull-request@v5
20+
with:
21+
title: "ABAP: abap2xlsx, automatic update"
22+
branch: automatic/abap2xlsx-update
23+
body: |
24+
Automatic update of abap2xlsx

0 commit comments

Comments
 (0)