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 2e5f128 + a94c075 commit 9ce1eafCopy full SHA for 9ce1eaf
.github/workflows/deploy.yml
@@ -14,7 +14,7 @@ jobs:
14
environment: deploy-to-azure
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
18
- uses: Azure/functions-action@v1
19
with:
20
app-name: GitForWindowsHelper
.github/workflows/pr.yml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/setup-node@v4
10
11
node-version: 18
12
13
- name: npm install
run: npm install
- name: run ESLint
0 commit comments