Update Staging Branch
ActionsTags
(1)Composite GitHub action that updates a staging branch. This staging branch is
part of the CI/CD flow where a downstream project is kept up-to-date with
llvm/circt
.
- name: Update Staging Branch
uses: circt/update-staging-branch@test
with:
# The name that will be associated with any created commits
user: ''
# The email address that will be associated with any created commits
email: ''
# The name of the default branch
#
# Default: 'main'
main-branch: ''
# The name of the staging branch
#
# Default: 'ci/ci-circt-nightly'
staging-branch: ''
Update Staging Branch is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.