Skip to content

Commit e750bfa

Browse files
committed
workflow updated
Signed-off-by: Ankita Sahu <[email protected]>
1 parent 64d6540 commit e750bfa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/feature-list.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
restore-keys: |
2929
feature-data-sha
3030
31-
- name: Check for updates in source repository
32-
id: check-updates
33-
uses: actions/github-script@v7
34-
with:
31+
- name: Check for updates in source repository
32+
id: check-updates
33+
uses: actions/github-script@v7
34+
with:
3535
script: |
3636
const { data: sourceFile } = await github.rest.repos.getContent({
3737
owner: 'layer5labs',

0 commit comments

Comments
 (0)