3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-22 16:29:32 +01:00
cargo-install/.github/workflows/cargo-expand.yml
David Tolnay 832510eac1
Revert "Move reusable workflow to repo root"
This reverts commit a1576aeee3.

https://stackoverflow.com/questions/73026597/github-actions-suddenly-throwing-no-version-specified-for-reusable-workflows-t

"Reusable workflows" vs "local actions" use the same syntax but are
different mechanisms. :(
2023-01-22 15:04:33 -08:00

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