mirror of
https://github.com/dtolnay/install.git
synced 2024-11-22 08:29:30 +01:00
Cargo-rm renamed to cargo-unlock
This commit is contained in:
parent
dd191651d5
commit
04fdbf4b8b
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
||||||
name: cargo-rm
|
name: cargo-unlock
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- cargo-rm
|
- cargo-unlock
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: dtolnay/install/.github/workflows/build.yml@master
|
uses: dtolnay/install/.github/workflows/build.yml@master
|
||||||
with:
|
with:
|
||||||
crate: cargo-rm
|
crate: cargo-unlock
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
secrets:
|
secrets:
|
Loading…
Reference in a new issue