fix: debug statement in manifest discovery

This commit is contained in:
Erica Marigold 2024-07-15 19:51:47 +05:30
parent eb7b75bf67
commit 7dd03cbf10
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1

View file

@ -44,7 +44,7 @@ runs:
id: manifest id: manifest
run: | run: |
manifest_path=$(find ${{ inputs.path }} -maxdepth 1 -name "rokit.toml" -o -name "aftman.toml" -o -name "foreman.toml") manifest_path=$(find ${{ inputs.path }} -maxdepth 1 -name "rokit.toml" -o -name "aftman.toml" -o -name "foreman.toml")
echo "::debug Discovered manifest path: $manifest_path" echo "::debug::Discovered manifest path: $manifest_path"
echo "path=$manifest_path" >> $GITHUB_OUTPUT echo "path=$manifest_path" >> $GITHUB_OUTPUT
echo "hash=${{hashFiles(format('{0}/$manifest_path', inputs.path))}}" >> $GITHUB_OUTPUT echo "hash=${{hashFiles(format('{0}/$manifest_path', inputs.path))}}" >> $GITHUB_OUTPUT