We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57740e9 commit b9ec545Copy full SHA for b9ec545
.github/workflows/find-exercise-issue.yml
@@ -30,7 +30,7 @@ jobs:
30
31
steps:
32
- id: find-exercise-issue
33
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
34
env:
35
ISSUE_TITLE_PREFIX: ${{ inputs.issue-title-text }}
36
with:
.github/workflows/start-exercise.yml
@@ -81,7 +81,7 @@ jobs:
81
82
- name: Create issue - add welcome message
83
id: create-issue
84
85
86
script: |
87
const { data: issue } = await github.rest.issues.create({
0 commit comments