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 25499f1

Browse files
Add sync workflow to SpringBootVulExploit on Thu Jun 1 08:22:17 CEST 2023
1 parent 9148861 commit 25499f1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎.github/workflows/sync.yml‎

Lines changed: 5 additions & 5 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] # This line is defining a push event trigger
4+
on: [push]
55

66
jobs:
77
sync:
@@ -10,23 +10,23 @@ jobs:
1010
- name: Checkout Source Repo
1111
uses: actions/checkout@v2
1212
with:
13-
repository: 'src_user/src_repo'
13+
repository: 'davidfortytwo/SpringBootVulExploit'
1414
token: ${{ secrets.YOUR_GITHUB_TOKEN }}
1515
path: src_repo
1616

1717
- name: Checkout Destination Repo
1818
uses: actions/checkout@v2
1919
with:
20-
repository: 'dest_user/dest_repo'
20+
repository: 'davidfortytwo/SpringBootVulExploit'
2121
token: ${{ secrets.YOUR_GITHUB_TOKEN }}
2222
path: dest_repo
2323

2424
- name: Sync Repositories
2525
run: |
2626
rsync -a --delete src_repo/ dest_repo/
2727
cd dest_repo
28-
git config user.name 'Your Name'
29-
git config user.email 'your-email@example.com'
28+
git config user.name 'davidfortytwo'
29+
git config user.email 'null'
3030
git add .
3131
git commit -m "Sync with source repo"
3232
git push

0 commit comments

Comments
(0)

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