1
0
mirror of synced 2026-01-05 21:04:17 -05:00

Remove actions-save-state-set-output-envs because it's always true (#49935)

This commit is contained in:
Peter Bengtsson
2024-06-07 11:14:48 -04:00
committed by GitHub
parent 358977ec7f
commit 3891351ebf
12 changed files with 26 additions and 239 deletions

View File

@@ -111,11 +111,7 @@ jobs:
- if: {% raw %}${{ failure() }}{% endraw %}
name: Get title for issue
id: check
{%- ifversion actions-save-state-set-output-envs %}
run: echo "title=$(head -1 broken_links.md)" >> $GITHUB_OUTPUT
{%- else %}
run: echo "::set-output name=title::$(head -1 broken_links.md)"
{%- endif %}
# Uses the `peter-evans/create-issue-from-file` action to create a new {% data variables.product.prodname_dotcom %} issue. This example is pinned to a specific version of the action, using the `ceef9be92406ace67ab5421f66570acf213ec395` SHA.
- if: {% raw %}${{ failure() }}{% endraw %}
name: Create issue from file