We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c7667d commit 2ad0d9bCopy full SHA for 2ad0d9b
.github/workflows/solutionValidation.yaml
@@ -21,7 +21,6 @@ jobs:
21
fetch-depth: 0
22
- name: Get Modified Files
23
run: |
24
- git fetch origin master:refs/remotes/origin/master
25
git diff --name-only origin/master ${{ github.event.pull_request.head.sha }}/../../../Solutions/ > changed_files.txt
26
echo "changed_files=$(cat changed_files.txt)" >> $GITHUB_ENV
27
cat changed_files.txt
0 commit comments