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 f246b01 commit b434795Copy full SHA for b434795
.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@v7
+ - uses: actions/github-script@v8
22
with:
23
script: |
24
const startDate = new Date('${{ github.event.inputs.startDate }}');
.github/workflows/release.yml
@@ -608,7 +608,7 @@ jobs:
608
cp gcm-public.asc linux-arm64-artifacts/
609
mv gcm-public.asc linux-arm-artifacts
610
611
612
613
614
const fs = require('fs');
0 commit comments