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 6734082 commit fdae8f3Copy full SHA for fdae8f3
.github/workflows/Lark-notification.yml
@@ -16,7 +16,7 @@ jobs:
16
send-Lark-message:
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
21
- uses: denoland/setup-deno@v2
22
with:
.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
13
permissions:
14
contents: write
15
if: ${{ env.VERCEL_TOKEN && env.VERCEL_ORG_ID && env.VERCEL_PROJECT_ID }}
- name: Deploy to Vercel
0 commit comments