Skip to content

Commit

Permalink
Matrix example
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Gregg <[email protected]>
  • Loading branch information
CGA1123 committed Jan 5, 2021
1 parent bb94ffe commit fd9e254
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/build_matrix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Bump Matrix (example)
on:
workflow_dispatch:

jobs:
update:
name: Update
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
projects:
- repository: CGA1123/dependabot-lein-runner
directory: '/dummy'

steps:
- uses: CGA1123/dependabot-lein-runner@main
with:
token: ${{ github.token }}
repository: ${{ matrix.projects.repository }}
directory: ${{ matrix.projects.directory }}

0 comments on commit fd9e254

Please sign in to comment.