You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/actions/flaky-test-report/action.yml
+12-3Lines changed: 12 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,24 @@ inputs:
14
14
slack-webhook-flaky-tests:
15
15
description: 'Slack webhook URL for flaky test reports'
16
16
required: true
17
+
github-tools-repository:
18
+
description: 'The GitHub repository containing the GitHub tools. Defaults to the GitHub tools action repositor, and usually does not need to be changed.'
19
+
required: false
20
+
default: ${{ github.action_repository }}
21
+
github-tools-ref:
22
+
description: 'The SHA of the action to use. Defaults to the current action ref, and usually does not need to be changed.'
Copy file name to clipboardExpand all lines: .github/actions/update-release-changelog/action.yml
+12-8Lines changed: 12 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,17 @@ inputs:
16
16
required: false
17
17
default: 'null'
18
18
description: 'Previous release version reference (branch/tag/SHA). Use "null" for hotfixes.'
19
-
github-tools-version:
20
-
required: false
21
-
default: 'main'
22
-
description: 'Version of github-tools to use (branch, tag, or SHA).'
23
19
github-token:
24
20
required: true
25
21
description: 'GitHub token with write access to the invoking repository and read access to planning resources.'
22
+
github-tools-repository:
23
+
description: 'The GitHub repository containing the GitHub tools. Defaults to the GitHub tools action repositor, and usually does not need to be changed.'
24
+
required: false
25
+
default: ${{ github.action_repository }}
26
+
github-tools-ref:
27
+
description: 'The SHA of the action to use. Defaults to the current action ref, and usually does not need to be changed.'
0 commit comments