🤖 action 改寫

This commit is contained in:
踢低吸 2022-08-31 07:06:40 +00:00
parent e461e05f98
commit c6a4bd0ee1

View File

@ -13,7 +13,4 @@ jobs:
- uses: actions/checkout@v2
- uses: jitterbit/get-changed-files@v1
- run: |
for changed_file in ${{ steps.files.outputs.all }}; do
echo "Do something with this ${changed_file}."
done
- run: echo ${{ steps.files.outputs.all }}