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 bdca8a2

Browse files
Add sync workflow to SpringBootVulExploit on Thu Jun 1 10:28:53 CEST 2023
1 parent 5d43997 commit bdca8a2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

‎.github/workflows/sync.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
1+
# Version: 0.0.1
12
# Your GitHub Actions workflow
23
name: Sync Repositories
3-
44
on:
55
push:
66
branches: [ main ]
7-
87
jobs:
98
sync:
109
runs-on: ubuntu-latest
1110
steps:
1211
- name: Checkout Source Repo
1312
uses: actions/checkout@v2
1413
with:
15-
repository: 'LandGrey/SpringBootVulExploit'
14+
repository: 'null'
1615
token: ${{ secrets.YOUR_GITHUB_TOKEN }}
1716
path: 'SpringBootVulExploit'
18-
1917
- name: Sync Repositories
2018
run: |
2119
rsync -a --delete ./SpringBootVulExploit/ .

0 commit comments

Comments
(0)

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