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/workflows/command-block.yml
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ jobs:
8
8
comment:
9
9
runs-on: ubuntu-latest
10
10
steps:
11
-
- uses: actions/github-script@v6
11
+
- uses: actions/github-script@v7.0.1
12
12
with:
13
13
script: |
14
14
github.rest.issues.createComment({
@@ -21,5 +21,3 @@ jobs:
21
21
'- Else, please look for the command in the [source tree](https://github.com/nushell/nushell/tree/main/crates) and make your changes directly there.\n\n'+
0 commit comments