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.
2 parents aae9686 + c56ae8e commit f853ffbCopy full SHA for f853ffb
.github/workflows/issue-triage.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Add "needs/triage" label
12
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
13
with:
14
github-token: ${{ secrets.GITHUB_TOKEN }}
15
script: |
.github/workflows/release.yaml
@@ -31,7 +31,7 @@ jobs:
31
id: date
32
run: echo "value=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT
33
- name: Generate CHANGELOG reference
34
35
id: changelog_reference
36
37
result-encoding: string
0 commit comments