mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 06:45:41 -04:00
ci: update workflow env variables
This commit is contained in:
16
.github/workflows/release.yml
vendored
16
.github/workflows/release.yml
vendored
@@ -502,21 +502,15 @@ jobs:
|
|||||||
# By converting the step into an env var, we quote the text, and it fixes the issue.
|
# By converting the step into an env var, we quote the text, and it fixes the issue.
|
||||||
# #
|
# #
|
||||||
|
|
||||||
- name: "🙊 Changelog › Step to Env › Categorized"
|
- name: "Echo Changelog - Categorized"
|
||||||
id: task_release_changelog_escape_categorized
|
|
||||||
env:
|
env:
|
||||||
CHANGELOG_CATEGORIZED: ${{ steps.task_release_changelog_categorized.outputs.changelog }}
|
CHANGELOG_CATEGORIZED: ${{ steps.task_release_changelog_categorized.outputs.changelog }}
|
||||||
run:
|
run: echo "CHANGELOG_CATEGORIZED"
|
||||||
CHANGELOG_CAT="${CHANGELOG_CATEGORIZED}"
|
|
||||||
echo get-changelog-cat=${CHANGELOG_CAT} >> $GITHUB_OUTPUT
|
|
||||||
echo "$CHANGELOG_CATEGORIZED"
|
|
||||||
|
|
||||||
- name: "🙊 Changelog › Step to Env › Uncategorized"
|
- name: "Echo Changelog - Uncategorized"
|
||||||
id: task_release_changelog_escape_uncategorized
|
|
||||||
env:
|
env:
|
||||||
CHANGELOG_UNCATEGORIZED: ${{ steps.task_release_changelog_uncategorized.outputs.changelog }}
|
CHANGELOG_UNCATEGORIZED: ${{ steps.task_release_changelog_categorized.outputs.changelog }}
|
||||||
run:
|
run: echo "CHANGELOG_UNCATEGORIZED"
|
||||||
echo "$CHANGELOG_UNCATEGORIZED"
|
|
||||||
|
|
||||||
# #
|
# #
|
||||||
# Changelog › Fetch
|
# Changelog › Fetch
|
||||||
|
|||||||
Reference in New Issue
Block a user