We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbddffc commit 05c3189Copy full SHA for 05c3189
.github/workflows/tests_hw.yml
@@ -64,7 +64,7 @@ jobs:
64
- name: List files recursively
65
if: ${{ steps.check-tests.outputs.enabled == 'true' }}
66
run: |
67
- git pull origin ${{ github.event.pull_request.head.ref }}
+ git pull
68
echo "GitHub workspace: $GITHUB_WORKSPACE"
69
echo "Working directory: $PWD"
70
echo "Listing files:"
0 commit comments