Skip to content

Commit 3f00ac1

Browse files
author
N6REJ
committed
🔄 Synced local '.github' with remote '.github'
1 parent 9562151 commit 3f00ac1

3 files changed

Lines changed: 12 additions & 14 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@v2
19+
- uses: ahmadnassri/action-metadata@v1
2020
id: metadata
2121

2222
auto-merge:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Remove Files
2+
on:
3+
workflow_dispatch:
4+
jobs:
5+
sync:
6+
runs-on: ubuntu-latest
7+
- name: Remove File
8+
uses: JesseTG/rm@v1.0.3
9+
with:
10+
path: .github/workflows/sync.yml
11+
path: .github/sync.yml

‎.github/workflows/sync.yml‎

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,4 @@ 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-
3118

0 commit comments

Comments
 (0)