jobs:
build-matrix:
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.build.outputs.matrix }}
fallback-matrix: ${{ steps.build.outputs.fallback }}
steps:
- name: Generate Matrix
id: build
uses: ForesightMiningSoftwareCorporation/action-changed-rust-workspaces@v0
with:
token: ${{ github.token }}
workspaces: '["."]'
base_ref: ${{ github.base_ref }}
head_ref: ${{ github.head_ref }}
example:
needs: build-matrix
strategy:
matrix:
path: ${{ fromJson(needs.build-matrix.outputs.matrix) }}
-
Notifications
You must be signed in to change notification settings - Fork 0
License
Apache-2.0, MIT licenses found
Licenses found
Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
ForesightMiningSoftwareCorporation/action-changed-rust-workspaces
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Apache-2.0, MIT licenses found
Licenses found
Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Stars
Watchers
Forks
Packages 0
No packages published