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 9a7c5fb + 10a5590 commit f76b638Copy full SHA for f76b638
.github/workflows/maintainer-absence.yml
@@ -18,7 +18,7 @@ jobs:
18
name: create-issue
19
runs-on: ubuntu-latest
20
steps:
21
- - uses: actions/github-script@v6
+ - uses: actions/github-script@v7
22
with:
23
script: |
24
const startDate = new Date('${{ github.event.inputs.startDate }}');
.github/workflows/release.yml
@@ -630,7 +630,7 @@ jobs:
630
| sed -e 's/^"//' -e 's/"$//' | base64 -d >gcm-public.asc
631
mv gcm-public.asc linux-artifacts
632
633
634
635
636
const fs = require('fs');
0 commit comments