Skip to content

Commit

Permalink
Update GitHub action to trigger frontend for new organization wearefr…
Browse files Browse the repository at this point in the history
…ank (#209)

* Change ibissource to wearefrank

* Dummy commit

---------

Co-authored-by: Martijn Dirkse <[email protected]>
  • Loading branch information
mhdirkse and Martijn Dirkse authored Jan 4, 2024
1 parent 4afda1f commit eadcda4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/start-frontend-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
github-token: ${{ secrets.CI_ACCESSTOKEN }}
script: |
await github.rest.actions.createWorkflowDispatch({
owner: 'ibissource',
owner: 'wearefrank',
repo: 'ladybug-frontend',
workflow_id: 'testing.js.yml',
ref: 'master',
Expand All @@ -31,3 +31,4 @@ jobs:
mergeMasterToBranch: 'true'
}
})

0 comments on commit eadcda4

Please sign in to comment.