Skip to content

Commit

Permalink
Merge pull request #1059 from CrowleyRajapakse/master
Browse files Browse the repository at this point in the history
Fixing github action apk agent
  • Loading branch information
CrowleyRajapakse authored Jan 26, 2024
2 parents 680f6cf + 4645680 commit 6c8039d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/apim-apk-agent-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
shell: sh
if: github.event_name == 'pull_request_target' && contains(github.event.label.name, 'trigger-action')
run: |
cd product-apim-tooling-repo
gh pr checkout ${{ github.event.number }} -b pr-${{ github.event.number }}
git checkout pr-${{ github.event.number }}
git merge origin/master
Expand Down

0 comments on commit 6c8039d

Please sign in to comment.