Skip to content

Commit

Permalink
fix: try again with the job env sharing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziping Liu committed Oct 29, 2023
1 parent 894aa8a commit ebff54a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/canaryapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
event_type: react_adobe_embed_code_pushed
message: |
{
"DATEMODIFIED_CODE_DEPLOYED" : "env.DATEMODIFIED_CODE_DEPLOYMENT",
"DATEMODIFIED_CODE_DEPLOYED" : "${{ env.DATEMODIFIED_CODE_DEPLOYMENT}}",
}
env:
DATEMODIFIED_CODE_DEPLOYMENT: ${{ needs.deploy.outputs.DATEMODIFIED_CODE_DEPLOYMENT }}
DATEMODIFIED_CODE_DEPLOYMENT: ${{ needs.deploy.outputs.DATEMODIFIED_CODE_DEPLOYMENT }}

0 comments on commit ebff54a

Please sign in to comment.