Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
39b695b983
|
|||
|
6e38af373e
|
|||
|
3d7bd75009
|
|||
|
a69573761f
|
@@ -11,12 +11,12 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
# - name: Setup git config
|
||||
# uses: https://github.com/OleksiyRudenko/gha-git-credentials@v2-latest
|
||||
# with:
|
||||
# token: "${{ secrets.RELEASE_PLZ_TOKEN }}"
|
||||
# name: "Automation"
|
||||
# email: "automation@huizinga.dev"
|
||||
- name: Setup git config
|
||||
uses: https://github.com/OleksiyRudenko/gha-git-credentials@v2-latest
|
||||
with:
|
||||
token: "${{ secrets.RELEASE_PLZ_TOKEN }}"
|
||||
name: "Automation"
|
||||
email: "automation@huizinga.dev"
|
||||
- uses: dtolnay/rust-toolchain@nightly
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- uses: taiki-e/install-action@v2
|
||||
|
||||
Reference in New Issue
Block a user