Skip to content

Commit

Permalink
fix(ci): checkout master in changelog auto update action (#4895)
Browse files Browse the repository at this point in the history
We were not explicitly setting a ref which made the action default to the tag pushed
We now explictly set master

Signed-off-by: Charly Molter <charly.molter@konghq.com>
  • Loading branch information
lahabana authored and pull[bot] committed Feb 26, 2024
1 parent 64dcb2f commit 8dea88b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
private_key: ${{ secrets.APP_PRIVATE_KEY }}
- name: "Clone Kuma"
uses: actions/checkout@v2
with:
ref: "master"
- uses: actions/setup-go@v2
with:
go-version: "~1.18.1"
Expand Down

0 comments on commit 8dea88b

Please sign in to comment.