We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 374e8a7 + e29f003 commit 1fbb3d0Copy full SHA for 1fbb3d0
1 file changed
action.yml
@@ -50,6 +50,7 @@ runs:
50
run: |
51
echo "Pulling index-version ${{ inputs.index-digest-version }} ..."
52
docker pull --quiet macbre/index-digest:${{ inputs.index-digest-version }}
53
+ echo "Pulled $( docker run macbre/index-digest:${{ inputs.index-digest-version }} --version )"
54
55
echo "Using SQL log file: ${{ inputs.index-digest-sql-log }} ..."
56
0 commit comments