From eca167dfeb156f1d03eb44f63f92ece0b29872ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Fri, 5 Jul 2024 15:18:13 -0300 Subject: [PATCH] Update update.yml --- .github/workflows/update.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index eb61990..efdfb09 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -1,4 +1,4 @@ -name: Update +name: update on: schedule: @@ -10,8 +10,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - with: - ref: 'outdated' - uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/magic-nix-cache-action@main - name: Install jq @@ -34,7 +32,7 @@ jobs: if: ${{ steps.current-version.outputs.version != steps.new-version.outputs.version }} uses: peter-evans/create-pull-request@v5 with: - base: outdated + base: main add-paths: ./package/ commit-message: update ${{ steps.current-version.outputs.version }} -> ${{ steps.new-version.outputs.version }} title: '[Automated] Update dzgui ${{ steps.new-version.outputs.version }}'