mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-09 22:30:28 +00:00
Update CI config
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -131,7 +131,8 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- uses: dtolnay/rust-toolchain@nightly
|
- name: Install Rust
|
||||||
|
run: rustup toolchain add nightly --no-self-update && rustup default nightly
|
||||||
- run: tools/manifest.sh
|
- run: tools/manifest.sh
|
||||||
- run: git add -N . && git diff --exit-code
|
- run: git add -N . && git diff --exit-code
|
||||||
if: github.repository_owner != 'taiki-e' || github.event_name != 'schedule' && !(github.event_name == 'push' && github.ref == 'refs/heads/main')
|
if: github.repository_owner != 'taiki-e' || github.event_name != 'schedule' && !(github.event_name == 'push' && github.ref == 'refs/heads/main')
|
||||||
|
|||||||
Reference in New Issue
Block a user