Skip to content

Commit 5495428

Browse files
authored
Merge pull request #23 from rimrul/fix-version-scripts
open-pr: actually use version update scripts
2 parents ee9dd65 + 3eff166 commit 5495428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/open-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
shell: bash
142142
run: |
143143
cd "/usr/src/$REPO/$PACKAGE_TO_UPGRADE" &&
144-
update_script="$GITHUB_WORKSPACE/version/checksums/$PACKAGE_TO_UPGRADE"
144+
update_script="$GITHUB_WORKSPACE/update-scripts/version/$PACKAGE_TO_UPGRADE"
145145
if test -f "$update_script"
146146
then
147147
$update_script "$UPGRADE_TO_VERSION"

0 commit comments

Comments
 (0)