Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1a3da1f

Browse files
Add sync workflow to SpringBootVulExploit on Thu Jun 1 09:28:26 CEST 2023
1 parent 25499f1 commit 1a3da1f

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

‎.github/workflows/sync.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Your GitHub Actions workflow
22
name: Sync Repositories
33

4-
on: [push]
4+
on: [push]
55

66
jobs:
77
sync:
@@ -10,21 +10,13 @@ jobs:
1010
- name: Checkout Source Repo
1111
uses: actions/checkout@v2
1212
with:
13-
repository: 'davidfortytwo/SpringBootVulExploit'
13+
repository: 'LandGrey/SpringBootVulExploit'
1414
token: ${{ secrets.YOUR_GITHUB_TOKEN }}
15-
path: src_repo
16-
17-
- name: Checkout Destination Repo
18-
uses: actions/checkout@v2
19-
with:
20-
repository: 'davidfortytwo/SpringBootVulExploit'
21-
token: ${{ secrets.YOUR_GITHUB_TOKEN }}
22-
path: dest_repo
15+
path: 'src_repo'
2316

2417
- name: Sync Repositories
2518
run: |
26-
rsync -a --delete src_repo/ dest_repo/
27-
cd dest_repo
19+
rsync -a --delete src_repo/ .
2820
git config user.name 'davidfortytwo'
2921
git config user.email 'null'
3022
git add .

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /