8000 Updated submodule-update to use env files · ravngr/github-workflows@cd56003 · GitHub
[go: up one dir, main page]

Skip to content

Commit cd56003

Browse files
committed
Updated submodule-update to use env files
1 parent 96b5d51 commit cd56003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/submodule-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: "Check for changes"
2222
id: update-check
2323
run: |
24-
git diff --quiet --exit-code || echo "::set-output name=updated::true"
24+
git diff --quiet --exit-code || echo "updated=true" >> $GITHUB_OUTPUT
2525
continue-on-error: true
2626

2727
- name: Create Pull Request

0 commit comments

Comments
 (0)
0