We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b70de2c + 82d636b commit 69862caCopy full SHA for 69862ca
.github/workflows/reusable-merge-and-push.yaml
@@ -38,15 +38,15 @@ on:
38
value: ${{ jobs.merge-and-push.outputs.sha }}
39
merged:
40
description: 'Whether the branches were merged successfully'
41
- value: ${{ jobs.push-to-branch.outputs.merged }}
+ value: ${{ jobs.merge-and-push.outputs.merged }}
42
43
jobs:
44
merge-and-push:
45
runs-on: ubuntu-22.04
46
timeout-minutes: 10
47
outputs:
48
sha: ${{ steps.set-sha.outputs.sha }}
49
- merged: ${{ steps.set-sha.outputs.sha }}
+ merged: ${{ steps.push-to-branch.outputs.merged }}
50
steps:
51
- name: Check secrets availability
52
id: check-secrets
0 commit comments