Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
3v1n0 committed Jan 24, 2025
1 parent c12d76e commit 01f9f57
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/auto-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install dependencies
env:
DEBIAN_FRONTEND: noninteractive
CARGO_VENDOR_FILTERER_VERSION: 0.5.16
CARGO_VENDOR_FILTERER_VERSION: 0.5.16
shell: bash
run: |
set -euo pipefail
Expand Down Expand Up @@ -141,17 +141,17 @@ jobs:
echo "modified=true" >> "${GITHUB_ENV}"
- name: Create Pull Request
if: ${{ env.modified == 'true' }}
uses: peter-evans/create-pull-request@v7
with:
commit-message: Auto update packaging related Rust files
title: |
[${{ matrix.ubuntu-version }}] Auto update packaging related Rust files
labels: control, automated pr
branch: ${{ env.UPDATE_BRANCH }}
delete-branch: true
token: ${{ secrets.GITHUB_TOKEN }}
# - name: Create Pull Request
# if: ${{ env.modified == 'true' }}
# uses: peter-evans/create-pull-request@v7
# with:
# commit-message: Auto update packaging related Rust files
# title: |
# [${{ matrix.ubuntu-version }}] Auto update packaging related Rust files
# labels: control, automated pr
# branch: ${{ env.UPDATE_BRANCH }}
# delete-branch: true
# token: ${{ secrets.GITHUB_TOKEN }}

- name: Push branch
if: ${{ env.modified == 'true' }}
Expand Down

0 comments on commit 01f9f57

Please sign in to comment.