Skip to content

Commit

Permalink
Pushing github.ref not github.head_ref as part of the command dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 committed Nov 10, 2020
1 parent 35667b3 commit c5182ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/command_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
issue-type: pull-request
repository: pulumi/examples
static-args: |
commitRef=${{ github.head_ref }}
commitRef=${{ github.ref }}

0 comments on commit c5182ad

Please sign in to comment.