8000 Fixed invalid step in submodule-update · ravngr/github-workflows@96b5d51 · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 96b5d51

Browse files
committed
Fixed invalid step in submodule-update
1 parent 452337c commit 96b5d51

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/submodule-update.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
run: |
2424
git diff --quiet --exit-code || echo "::set-output name=updated::true"
2525
continue-on-error: true
26-
outputs:
27-
updated: "${{ steps.update-check.outputs.updated }}"
2826

2927
- name: Create Pull Request
3028
if: steps.update-check.outputs.updated == 'true'

0 commit comments

Comments
 (0)
0