File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,12 +55,12 @@ jobs:
5555 version : ${{ github.run_id }}-${{ github.run_attempt }}-list_versions
5656 debug : ${{ env.DEBUG }}
5757 - name : Verify
58- if : steps.execute.outputs.cache-hit != 'false' || steps.execute.outputs.package-version-list != 'rolldice=1.16-1build3 ,xdot=1.3-1'
58+ if : steps.execute.outputs.cache-hit != 'false' || steps.execute.outputs.package-version-list != 'rolldice=1.16-1build1 ,xdot=1.3-1'
5959 run : |
6060 echo "cache-hit = ${{ steps.execute.outputs.cache-hit }}"
6161 echo "package-version-list = ${{ steps.execute.outputs.package-version-list }}"
6262 echo "diff package-version-list"
63- diff <(echo "${{ steps.execute.outputs.all-package-version-list }}" ) <(echo "rolldice=1.16-1build3 ,xdot=1.3-1")
63+ diff <(echo "${{ steps.execute.outputs.all-package-version-list }}" ) <(echo "rolldice=1.16-1build1 ,xdot=1.3-1")
6464 exit 1
6565 shell : bash
6666
You can’t perform that action at this time.
0 commit comments