Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
977b50fdaa
|
|||
|
2a1d019da1
|
|||
|
e319aca61d
|
|||
|
0542aaa1b8
|
@@ -2,8 +2,6 @@ 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