Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
mphalke committed Oct 17, 2023
1 parent 0cbb267 commit 2463f76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:

- name: Get file changes
id: changed-files
uses: tj-actions/changed-files@v39
run: |
echo "changed_files=$(git diff --name-only -r HEAD^1 HEAD | xargs)" >> $GITHUB_OUTPUT
echo "${{ changed_files }}"
echo "${{ steps.changed-files.outputs.modified_files }}"
echo "${{ matrix.project }}"
- name: Update submodules recursively
Expand Down

0 comments on commit 2463f76

Please sign in to comment.