Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
artemvang committed Nov 26, 2024
1 parent e07bb60 commit e3ae114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
ref: master
sparse-checkout: |
2-pr-backport
path: .github/2-pr-backport
path: .actions/2-pr-backport
token: ${{steps.sudo_github_token.outputs.token}}

- name: Backport
uses: ./actions/2-pr-backport
uses: ./.actions/2-pr-backport
with:
approval_bot_token: ${{secrets.SCALR_BUILDBOT_TOKEN}}
token: ${{steps.sudo_github_token.outputs.token}}
Expand Down

0 comments on commit e3ae114

Please sign in to comment.