1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 08:17:13 +03:00

github/submodule-update: Reference env as a context thing.

This commit is contained in:
Athanasius 2022-12-17 12:59:20 +00:00
parent f27d0bf74d
commit 6ec68c5034
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: '${ process.env.PR_AGAINST_BRANCH }',
base: '${{ env.PR_AGAINST_BRANCH }}',
title: `[Auto-generated] Submodule Updates ${process.env.GITHUB_RUN_ID}`,
body: '${{ steps.check_for_changes.outputs.changes_text }}',
});