added chance to drop crate after searching any prop; lowered task pro… #8769
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: [push] | |
jobs: | |
mirror: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- uses: spyoungtech/mirror-action@master | |
with: | |
REMOTE: "https://github.com/H1emu/h1z1-server.git" | |
GIT_USERNAME: quentingruber | |
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }} |