diff --git a/.github/workflows/patch_updater.yml b/.github/workflows/patch_updater.yml index 4576574bd..a16988399 100644 --- a/.github/workflows/patch_updater.yml +++ b/.github/workflows/patch_updater.yml @@ -5,7 +5,7 @@ on: - cron: '0 0 * * *' env: - TAG_COMMIT: 49a8273.. + TAG_COMMIT: 781ea3f.. BRANCH_NAME: patch_update jobs: @@ -53,4 +53,4 @@ jobs: pr_assignee: "nadeemyaseen-rs" # Comma-separated list (no spaces) pr_label: "auto-pr" # Comma-separated list (no spaces) pr_allow_empty: true # Creates pull request even if there are no changes - github_token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + github_token: ${{ secrets.GITHUB_TOKEN }}