File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1313 using : " composite"
1414 steps :
1515 - name : Show Available Commands
16- uses : actions/github-script
16+ uses : actions/github-script@v7
1717 with :
1818 github-token : ${{ inputs.github-token }}
1919 script : |
8383 '3. Open an issue in this repository',
8484 ].join('\n');
8585
86- const context = github.context;
8786 const issueNumber = inputs['issue-number'] ||
8887 (context.eventName === 'issue_comment' ? context.payload.issue.number : null);
8988
Original file line number Diff line number Diff line change 3131 uses : actions/checkout
3232
3333 - name : Show Help Information
34- uses : ./.github/ actions/help-command
34+ uses : shakacode/shared- actions/help-command@justin808-more-work-on-review-apps-2
3535 with :
3636 github-token : ${{ secrets.GITHUB_TOKEN }}
3737 issue-number : ${{ github.event.inputs.issue-number }}
You can’t perform that action at this time.
0 commit comments