mirror of
https://github.com/dtolnay/install.git
synced 2024-11-22 16:29:32 +01:00
832510eac1
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. :(
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
|