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 41cc178 commit 6952fd0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .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
with: |
echo "${{ steps.changed-files.outputs.modified_files }}"
run: |
echo "changed_files=$(git diff --name-only -r HEAD^1 HEAD | xargs)" >> $GITHUB_OUTPUT
$changed_files = git diff --name-only HEAD^ HEAD
echo "${{ changed_files }}"
echo "${{ matrix.project }}"
- name: Update submodules recursively
Expand Down

0 comments on commit 6952fd0

Please sign in to comment.