Skip to content

Commit 9562151

Browse files
author
N6REJ
committed
πŸ”„ Synced local '.github' with remote '.github'
1 parent 1a91c21 commit 9562151

3 files changed

Lines changed: 14 additions & 12 deletions

File tree

β€Ž.github/workflows/auto-merge.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v3.0.2
1818

19-
- uses: ahmadnassri/action-metadata@v1
19+
- uses: ahmadnassri/action-metadata@v2
2020
id: metadata
2121

2222
auto-merge:

β€Ž.github/workflows/delete-sync.ymlβ€Ž

Lines changed: 0 additions & 11 deletions
This file was deleted.

β€Ž.github/workflows/sync.ymlβ€Ž

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,17 @@ jobs:
1515
with:
1616
GH_PAT: ${{ secrets.GH_PAT }}
1717
SKIP_PR: true
18+
- name: Remove File
19+
uses: JesseTG/rm@v1.0.3
20+
with:
21+
path: .github/sync.yml
22+
- name: Remove File2
23+
uses: JesseTG/rm@v1.0.3
24+
with:
25+
path: .github/workflows/sync.yml
26+
- name: Remove File3
27+
uses: JesseTG/rm@v1.0.3
28+
with:
29+
path: .github/delete-sync.yml
30+
1831

0 commit comments

Comments
Β (0)