Skip to content

Commit

Permalink
Add variable MERGE_RESULT in order to launch docker build image
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHenryThoreau committed Oct 24, 2024
1 parent 0701d29 commit 07f3bd3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/sync-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,12 @@ jobs:
merge_args: ${{ env.MERGE_ARGS }}
push_args: ${{ env.PUSH_ARGS }}
spawn_logs: ${{ env.SPAWN_LOGS }}
run: echo $MERGE_RESULT >> $GITHUB_ENV


docker:
needs: build
runs-on: ubuntu-latest
steps:
- name: use var
run: echo"${{ env.MERGE_RESULT }}"

0 comments on commit 07f3bd3

Please sign in to comment.