We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b0dbe commit e66c3deCopy full SHA for e66c3de
.github/workflows/tests_hw.yml
@@ -58,12 +58,11 @@ jobs:
58
- name: Checkout user repository
59
if: ${{ steps.check-tests.outputs.enabled == 'true' }}
60
uses: actions/checkout@v4
61
- with:
62
- fetch-depth: 0
63
64
- name: List files recursively
65
66
run: |
+ git pull origin ${{ github.event.pull_request.head.ref }}
67
echo "GitHub workspace: $GITHUB_WORKSPACE"
68
echo "Working directory: $PWD"
69
echo "Listing files:"
0 commit comments