Skip to content

Commit

Permalink
Update dispatch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jneilliii authored Dec 22, 2023
1 parent 8a97079 commit 74a80fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@ jobs:
uses: pozetroninc/github-action-get-latest-release@master
with:
repository: OctoPrint/OctoPrint
excludes: draft
excludes: prerelease,draft
token: ${{ secrets.REPODISPATCH_TOKEN }}

- id: octopi_latestrelease
name: 🔎 Get OctoPi Version
uses: pozetroninc/github-action-get-latest-release@master
with:
repository: guysoft/OctoPi
excludes: draft
excludes: prerelease,draft
token: ${{ secrets.REPODISPATCH_TOKEN }}

- id: simplyprint_latestrelease
name: 🔎 Get SimplyPrint Version
uses: pozetroninc/github-action-get-latest-release@master
with:
repository: SimplyPrint/OctoPrint-SimplyPrint
excludes: draft
excludes: prerelease,draft
token: ${{ secrets.REPODISPATCH_TOKEN }}

- name: 💁 Print Versions
Expand Down

0 comments on commit 74a80fe

Please sign in to comment.