Skip to content

Commit 9c1eb3f

Browse files
author
IvanZosimov
committed
Update .md files and allign build-test.yml with the current test.yml
1 parent bc357bd commit 9c1eb3f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ assignees: ''
77

88
---
99

10-
<!--- Please direct any generic questions related to actions to our support community forum at https://github.community/c/code-to-cloud/github-actions/41 --->
10+
<!--- Please direct any generic questions related to actions to our support community forum at https://github.com/orgs/community/discussions --->
1111
<!--- Before opening up a new bug report, please make sure to check for similar existing issues -->
1212

1313
**Description:**

.github/ISSUE_TEMPLATE/feature-request.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ labels: feature request, needs triage
66
assignees: ''
77
---
88

9-
<!--- Please direct any generic questions related to actions to our support community forum at https://github.community/c/code-to-cloud/github-actions/41 --->
9+
<!--- Please direct any generic questions related to actions to our support community forum at https://github.com/orgs/community/discussions --->
1010
<!--- Before opening up a new bug report, please make sure to check for similar existing issues -->
1111

1212
**Description:**

.github/workflows/build-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
stale-pr-message: 'This PR is stale'
4545
debug-only: true
4646
- name: Print outputs
47-
run: echo ${{ join(steps.stale.outputs.*, ',') }}
47+
run: echo ${{ format('{0},{1}', toJSON(steps.stale.outputs.staled-issues-prs), toJSON(steps.stale.outputs.closed-issues-prs)) }}

0 commit comments

Comments
 (0)