Skip to content

Commit

Permalink
fix: workflow backmerge pr
Browse files Browse the repository at this point in the history
  • Loading branch information
Viraj-10 committed Oct 17, 2023
1 parent 17beaa1 commit 2455ae5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/back-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Check Out Code
- name: Checkout repository
uses: actions/checkout@v2

- name: Create Backmerge PR
uses: devops-infra/action-pull-request@v0.5.3
with:
github_token: ${{ secrets.MY_GITHUB_TOKEN }}
Expand Down

0 comments on commit 2455ae5

Please sign in to comment.