Skip to content

Commit 83aa01a

Browse files
committed
Update template with fix
1 parent 83668a1 commit 83aa01a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test_template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)