mirror of
https://github.com/dtolnay/install.git
synced 2024-11-22 00:19:31 +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:
|
||||
push:
|
||||
branches:
|
||||
- cargo-rm
|
||||
- cargo-unlock
|
||||
|
||||
jobs:
|
||||
build:
|
||||
uses: dtolnay/install/.github/workflows/build.yml@master
|
||||
with:
|
||||
crate: cargo-rm
|
||||
crate: cargo-unlock
|
||||
permissions:
|
||||
contents: write
|
||||
secrets:
|
Loading…
Reference in a new issue