Skip to content

Commit 69862ca

Browse files
authored
Merge pull request #11 from IShix-g/release
v1.0.21
2 parents b70de2c + 82d636b commit 69862ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-merge-and-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ on:
3838
value: ${{ jobs.merge-and-push.outputs.sha }}
3939
merged:
4040
description: 'Whether the branches were merged successfully'
41-
value: ${{ jobs.push-to-branch.outputs.merged }}
41+
value: ${{ jobs.merge-and-push.outputs.merged }}
4242

4343
jobs:
4444
merge-and-push:
4545
runs-on: ubuntu-22.04
4646
timeout-minutes: 10
4747
outputs:
4848
sha: ${{ steps.set-sha.outputs.sha }}
49-
merged: ${{ steps.set-sha.outputs.sha }}
49+
merged: ${{ steps.push-to-branch.outputs.merged }}
5050
steps:
5151
- name: Check secrets availability
5252
id: check-secrets

0 commit comments

Comments
 (0)