Skip to content

Commit

Permalink
updating changeset workflow by giving correct reference for checkout …
Browse files Browse the repository at this point in the history
…action

Signed-off-by: Samuel Valdes Gutierrez <[email protected]>
  • Loading branch information
BigSamu committed Dec 14, 2023
1 parent affdf8d commit 62739b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create_change_set_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Update Changelog
uses: BigSamu/OpenSearch_Change_Set_Create_Action@main
with:
Expand Down

0 comments on commit 62739b7

Please sign in to comment.