File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- name : Nightly downstream
1
+ name : Nightly Build Downstream Dependencies
2
2
on :
3
3
workflow_dispatch :
4
4
schedule :
10
10
CARGO_TERM_COLOR : always
11
11
jobs :
12
12
build-cedar-java :
13
- needs : get-branch-name
14
13
uses : cedar-policy/cedar-java/.github/workflows/run_cedar_java_reusable.yml@main
15
14
with :
16
- cedar_policy_ref : ' main'
17
- cedar_java_ref : ' main'
15
+ # The fully-formed ref of the branch or tag that triggered the workflow run.
16
+ cedar_policy_ref : ${{ github.ref }}
17
+ # Since this workflow is not triggered by pull request events,
18
+ # this will be the short ref name of the branch or tag that triggered the workflow run.
19
+ # For more information see: https://docs.github.com/en/actions/reference/workflows-and-actions/contexts#github-context
20
+ cedar_java_ref : ${{ github.ref_name }}
You can’t perform that action at this time.
0 commit comments