mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 08:17:13 +03:00
github/submodule-update: Tweak reference to PR_AGAINST_BRANCH
This commit is contained in:
parent
7bffb1fa3b
commit
f27d0bf74d
2
.github/workflows/submodule-update.yml
vendored
2
.github/workflows/submodule-update.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
||||
owner: '${{ github.repository_owner }}',
|
||||
repo: '${{ github.repository }}'.split('/')[1].trim(),
|
||||
head: 'submodule-change/${{ github.run_id }}',
|
||||
base: '$PR_AGAINST_BRANCH',
|
||||
base: '${ process.env.PR_AGAINST_BRANCH }',
|
||||
title: `[Auto-generated] Submodule Updates ${process.env.GITHUB_RUN_ID}`,
|
||||
body: '${{ steps.check_for_changes.outputs.changes_text }}',
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user