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