Skip to content

Commit

Permalink
updatged daily-build script
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Jan 9, 2025
1 parent 1c11ae5 commit 24afe51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/daily-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CGNS documentation daily build from previous day
name: CGNS documentation daily build from previous day (master)

on:
workflow_dispatch:
Expand Down Expand Up @@ -66,8 +66,8 @@ jobs:
with:
script: |
github.actions.createWorkflowDispatch({
owner: 'CGNS',
owner: 'CGNS',
repo: 'cgns.github.io ',
workflow_id: 'publish.yml',
ref: '${{ github.ref }}'
ref: master
})

0 comments on commit 24afe51

Please sign in to comment.