Update README.md

This commit is contained in:
Tonye Jack 2024-03-26 12:50:59 -06:00 committed by GitHub
parent f0e7702ccc
commit c6557ed000
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1066,8 +1066,7 @@ See [inputs](#inputs) for more information.
- name: List all added files in dir1
env:
ADDED_FILES: |-
${{ steps.changed-files-for-dir1.outputs.added_files }}
ADDED_FILES: ${{ steps.changed-files-for-dir1.outputs.added_files }}
run: |
for file in ${ADDED_FILES}; do
echo "$file was added"