Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
M. Fatih Cırıt committed Jun 25, 2024
1 parent 576bd46 commit 1b45f15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/get-modified-packages-docker/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ runs:
id: get-modified-files
run: |
modified_files=$(git diff --name-only "origin/${{ inputs.base-ref }}"...HEAD)
echo "modified-files=$modified_files"
echo "modified-files=$modified_files" >> $GITHUB_OUTPUT
shell: bash

Expand Down

0 comments on commit 1b45f15

Please sign in to comment.