Skip to content

Commit

Permalink
Align with the run script (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Nov 22, 2021
1 parent bf90474 commit 7706c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
- shell: bash
run: |
for j in {1..3}; do
for j in {1..10}; do
if CAS_API_KEY= cas authenticate --silent --signerID [email protected] docker://ghcr.io/home-assistant/amd64-builder:${{ steps.version.outputs.version }}; then
exit 0
fi
Expand Down

0 comments on commit 7706c6a

Please sign in to comment.