Skip to content

Commit

Permalink
temp debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrodCTaylor committed Mar 5, 2024
1 parent 9139d22 commit 16af0f0
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/temp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Temp

on:
workflow_dispatch:
inputs:
clojureRepo:
description: "Repository name with owner."
required: true
default: 'clojure/clojure'
clojureRef:
description: "The branch, tag or SHA to checkout"
required: true
default: 'master'

jobs:
test-quartzite:
uses: ./.github/workflows/test-lein-repo.yml
with:
clojureRepo: ${{ inputs.clojureRepo }}
clojureRef: ${{ inputs.clojureRef }}
subjectRepo: 'michaelklishin/quartzite'
subjectRef: 'main'

0 comments on commit 16af0f0

Please sign in to comment.