Skip to content

Commit

Permalink
Update ultroid.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Noble authored Jun 17, 2021
1 parent e76ca87 commit bd76def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ultroid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: cloning repo
continue-on-error: true
run: |
git clone https://${{ secrets.GitHubName }}:${{ secrets.GH_TOKEN }}@github.com/${{ secrets.CREDS }} ultroid
git clone https://${{ secrets.GitHubName }}:${{ secrets.GH_TOKEN }}@${{ secrets.CREDS }} ultroid
- name: Running Ultroid
timeout-minutes: 350
continue-on-error: true
Expand Down

0 comments on commit bd76def

Please sign in to comment.