We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed30b5 commit a4da737Copy full SHA for a4da737
.github/workflows/mirror.yml
@@ -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