Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
6b9256546b
|
|||
|
db9a111ca3
|
|||
|
bd3826b674
|
|||
|
ef1a543392
|
@@ -2,6 +2,8 @@ name: CI
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
- "main"
|
||||||
|
tags:
|
||||||
- "*"
|
- "*"
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
|
|||||||
@@ -11,12 +11,12 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
# - name: Setup git config
|
- name: Setup git config
|
||||||
# uses: https://github.com/OleksiyRudenko/gha-git-credentials@v2-latest
|
uses: https://github.com/OleksiyRudenko/gha-git-credentials@v2-latest
|
||||||
# with:
|
with:
|
||||||
# token: "${{ secrets.RELEASE_PLZ_TOKEN }}"
|
token: "${{ secrets.RELEASE_PLZ_TOKEN }}"
|
||||||
# name: "Automation"
|
name: "Automation"
|
||||||
# email: "automation@huizinga.dev"
|
email: "automation@huizinga.dev"
|
||||||
- uses: dtolnay/rust-toolchain@nightly
|
- uses: dtolnay/rust-toolchain@nightly
|
||||||
- uses: Swatinem/rust-cache@v2
|
- uses: Swatinem/rust-cache@v2
|
||||||
- uses: taiki-e/install-action@v2
|
- uses: taiki-e/install-action@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user