Skip to content

Commit e29f162

Browse files
fix: missing outputs def
1 parent b567fa9 commit e29f162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-fork.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Sync Fork
99
runs-on: ubuntu-latest
1010
outputs:
11-
upstream_tag: ${{ steps.philips_tag.upstream_tag}}
11+
upstream_tag: ${{ steps.philips_tag.outputs.upstream_tag}}
1212

1313
steps:
1414
- name: Checkout forked repository

0 commit comments

Comments
 (0)