Skip to content

Commit

Permalink
fix(ci): update dae ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
y0ngb1n committed Jul 19, 2024
1 parent 11e3ae6 commit cd3653f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dae-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
fetch-depth: 0
persist-credentials: false
fetch-depth: 0
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down Expand Up @@ -91,9 +91,10 @@ jobs:
rand=$[$RANDOM % ${#arr[@]}]
git commit -m "${arr[$rand]}" "chore(bot): ${arr[$rand]} update dae version to ${{ steps.get_dae_version.outputs.dae_version }}"
git commit -m "chore(bot): ${arr[$rand]} update dae version to ${{ steps.get_dae_version.outputs.dae_version }}"
- name: Push changes
uses: ad-m/github-push-action@master
# uses: actions-js/push@master
if: steps.get_dae_version.outputs.dae_version != ''
with:
directory: "dae"
Expand Down

0 comments on commit cd3653f

Please sign in to comment.