Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
additional fix of checkout with custom commit sha
  • Loading branch information
bissquit authored Sep 15, 2022
commit 3707b4e8f3ebcb1772b0813dd6939209dcbda662
3 changes: 0 additions & 3 deletions .github/workflows/build-and-run-tests-from-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,6 @@ jobs:
git config --global --add safe.directory ${GITHUB_WORKSPACE}
git fetch
git checkout ${{ github.event.inputs.commit_sha }}
- uses: actions/checkout@v3
with:
ref: ${{ env.COMMIT_SHA }}

- name: Run monitoring
run: |
Expand Down