1
0
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:
Athanasius 2022-12-17 12:56:11 +00:00
parent 7bffb1fa3b
commit f27d0bf74d
No known key found for this signature in database
GPG Key ID: 772697E181BB2767

View File

@ -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 }}',
});