Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmayer-dev committed Oct 20, 2023
1 parent dc2254e commit f3f66ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pull-web-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ on:
default: develop

jobs:
get-version:
update-web-client:
name: "Update Web Client"
runs-on: ubuntu-latest
steps:
- name: Checkout Macro Deck repository
Expand All @@ -27,6 +28,7 @@ jobs:
- name: Checkout Web Client repository
uses: actions/checkout@v4
with:
token: ${{secrets.PRIVATE_REPO_PAT}}
ref: ${{inputs.web-client-version}}
path: 'MacroDeck.WebClient'
repository: 'Macro-Deck-App/Macro-Deck-Client-App'
Expand Down

0 comments on commit f3f66ca

Please sign in to comment.