Skip to content

Commit

Permalink
test new script triggers build in RRC main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hdolinh authored Jul 27, 2023
1 parent e61673f commit 7a23255
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: invoke build in gha-website-test
name: invoke build action in RRC

on:
push:
Expand All @@ -17,9 +17,8 @@ jobs:
owner: 'NCEAS',
repo: 'repro-research-course',
workflow_id: 'workflow.yml',
ref: 'master',
ref: 'develop',
inputs: {
event_type: 'quarto',
branch: $GITHUB_HEAD_REF
event_type: 'quarto'
}
})

0 comments on commit 7a23255

Please sign in to comment.