mirror of
https://github.com/dtolnay/install.git
synced 2024-11-22 08:29:30 +01:00
faa2643bbe
https://github.blog/changelog/2022-01-25-github-actions-reusable-workflows-can-be-referenced-locally/
15 lines
219 B
YAML
15 lines
219 B
YAML
name: cargo-expand
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- cargo-expand
|
|
|
|
jobs:
|
|
build:
|
|
uses: ./.github/workflows/build.yml
|
|
with:
|
|
crate: cargo-expand
|
|
permissions:
|
|
contents: write
|
|
secrets: inherit
|