mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-21 20:06:10 +00:00
Workflow cleanup
This commit is contained in:
parent
9a511046ae
commit
5cd5de6803
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@ -3,10 +3,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- main
|
|
||||||
# At minute 0 past every 6th hour
|
|
||||||
schedule:
|
|
||||||
- cron: "0 */6 * * *"
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -20,14 +17,10 @@ jobs:
|
|||||||
- name: Checkout submodules
|
- name: Checkout submodules
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
git config --global user.email "you@example.com"
|
git config --global user.email "no-reply@github.com"
|
||||||
git config --global user.name "Swk"
|
git config --global user.name "Swk"
|
||||||
git config --global pull.rebase false
|
git config --global pull.rebase false
|
||||||
git submodule add https://github.com/swisskyrepo/PayloadsAllTheThings/ docs
|
git submodule add https://github.com/swisskyrepo/PayloadsAllTheThings/ docs
|
||||||
# git submodule sync --recursive
|
|
||||||
# git submodule foreach git pull origin master --allow-unrelated-histories
|
|
||||||
# git submodule update --init --force --recursive
|
|
||||||
# git submodule update --remote --merge
|
|
||||||
|
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user