mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 04:30:37 +00:00
fix: debug statement in manifest discovery
This commit is contained in:
parent
eb7b75bf67
commit
7dd03cbf10
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue