Skip to content

Commit

Permalink
ci: use main version of the action
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue authored Dec 4, 2024
1 parent 65d9e62 commit ac97373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
if: github.event_name == 'pull_request'
steps:
- name: Automerge PRs
uses: ansys/actions/hk-automerge-prs@feat/automerge-prs
uses: ansys/actions/hk-automerge-prs@main
with:
approver: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
approver-token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
Expand Down

0 comments on commit ac97373

Please sign in to comment.