File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 13
13
using : " composite"
14
14
steps :
15
15
- name : Show Available Commands
16
- uses : actions/github-script
16
+ uses : actions/github-script@v7
17
17
with :
18
18
github-token : ${{ inputs.github-token }}
19
19
script : |
83
83
'3. Open an issue in this repository',
84
84
].join('\n');
85
85
86
- const context = github.context;
87
86
const issueNumber = inputs['issue-number'] ||
88
87
(context.eventName === 'issue_comment' ? context.payload.issue.number : null);
89
88
Original file line number Diff line number Diff line change 31
31
uses : actions/checkout
32
32
33
33
- name : Show Help Information
34
- uses : ./.github/ actions/help-command
34
+ uses : shakacode/shared- actions/help-command@justin808-more-work-on-review-apps-2
35
35
with :
36
36
github-token : ${{ secrets.GITHUB_TOKEN }}
37
37
issue-number : ${{ github.event.inputs.issue-number }}
You can’t perform that action at this time.
0 commit comments