Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
victoralfaro-dotcms committed Sep 7, 2024
1 parent f523e42 commit 49217f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cicd_scheduled_notify-seated-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,11 @@ jobs:
with:
result-encoding: string
script: |
const seatedPrs = '${{ fromJSON(needs.resolve-seated-prs.outputs.seated_prs) }}''
const seatedPrs = '${{ fromJSON(needs.resolve-seated-prs.outputs.seated_prs) }}'
console.log(JSON.stringify(seatedPrs, null, 2));
- name: Notify member
if: success()
shell: bash
run: |
channel=${{ matrix.member }}
Expand Down

0 comments on commit 49217f4

Please sign in to comment.