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 c9a7ad5 commit a6c631aCopy full SHA for a6c631a
.github/workflows/end-to-end-test-futurehouse.yaml
@@ -34,6 +34,7 @@ jobs:
34
fetch-depth: 0
35
token: ${{ secrets.GITHUB_TOKEN }}
36
- name: Validate PR
37
+ shell: bash
38
run: |
39
# Check for any workflow changes
40
if git diff --name-only "${{ github.event.pull_request.base.sha }}" "${{ github.event.pull_request.head.sha }}" | grep -q "^.github/workflows/"; then
0 commit comments