Skip to content

HomeBank moved to new URL, autoupdate only finds outdated version 5.7.1 instead of newest 5.8.6 #14441

HomeBank moved to new URL, autoupdate only finds outdated version 5.7.1 instead of newest 5.8.6

HomeBank moved to new URL, autoupdate only finds outdated version 5.7.1 instead of newest 5.8.6 #14441

Workflow file for this run

on:
issue_comment:
types: [ created ]
name: Commented Pull Request
jobs:
pullRequestHandler:
name: PullRequestHandler
runs-on: windows-latest
steps:
- uses: actions/checkout@main
- name: PullRequestHandler
uses: ScoopInstaller/GithubActions@main
if: startsWith(github.event.comment.body, '/verify')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}