Skip to content

Commit

Permalink
Update mipsle-cloudflared.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiexiaopeng2002 authored Mar 21, 2024
1 parent 860a526 commit 82a7d9a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/mipsle-cloudflared.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
token: ${{ github.token }}
overwrite: false

- name: Push all new branches
if: ${{ steps.checkout-tags.outputs.up-to-date }}
run: |
while read branch; do
git push origin $branch
done <<< "${{ steps.checkout-tags.outputs.branches }}"
# - name: Push all new branches
# if: ${{ steps.checkout-tags.outputs.up-to-date }}
# run: |
# while read branch; do
# git push origin $branch
# done <<< "${{ steps.checkout-tags.outputs.branches }}"

#- name: Setup Go environment
# if: ${{ ! steps.checkout-tags.outputs.up-to-date }}
Expand Down

0 comments on commit 82a7d9a

Please sign in to comment.