Skip to content

Commit

Permalink
Merge pull request #547 from lnis-uofu/release
Browse files Browse the repository at this point in the history
[CI] Update patch updater due to release v1.1.0
  • Loading branch information
tangxifan authored Feb 21, 2022
2 parents 781ea3f + 8ff6831 commit d4ed003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/patch_updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: '0 0 * * *'

env:
TAG_COMMIT: 49a8273..
TAG_COMMIT: 781ea3f..
BRANCH_NAME: patch_update

jobs:
Expand Down Expand Up @@ -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 }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d4ed003

Please sign in to comment.