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 050caa3 commit 4b60194Copy full SHA for 4b60194
.github/workflows/npm.yaml
@@ -4,7 +4,6 @@ on:
4
5
jobs:
6
build:
7
- name: Build
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
@@ -18,7 +17,7 @@ jobs:
18
17
token: ${{ secrets.NPM_TOKEN }}
19
20
renovate:
21
- name: Renovate
+ name: renovate
22
if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
23
needs: build
24
uses: urcomputeringpal/.github/.github/workflows/renovate.yaml@main
0 commit comments