Skip to content

Commit 89e005d

Browse files
committed
actions
1 parent d847826 commit 89e005d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/actions/help-command/action.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
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: |
@@ -83,7 +83,6 @@ runs:
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

.github/workflows/help-command.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)