Skip to content

Commit

Permalink
put back checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
mukulmishra18 committed Dec 29, 2023
1 parent ddba3ca commit e858d60
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
#if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Checkout develop
uses: actions/checkout@v4
with:
# For testing checkout to a temp branch, will be changed to develop
ref: feature/test-automated-release
# token: ${{ secrets.GH_TOKEN }}
- name: Install dep
run: npm ci
Expand Down

0 comments on commit e858d60

Please sign in to comment.