Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Igorbek committed Oct 23, 2023
1 parent 49e5e33 commit 367e4e6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@ jobs:
id: jq
with:
input: ${{ env.TEST }}
script: 'map({ key: .name, value: .version }) | from_entries | { focal: .["@grammarly/focal"], focalAtom: .["@grammarly/focal-atom"] }'
script: |
map({ key: .name, value: .version }) |
from_entries |
{
focal: .["@grammarly/focal"],
focalAtom: .["@grammarly/focal-atom"]
}
- run: 'echo "${{ steps.jq.outputs.output }}"'
- if: ${{ env.published == 'true' && fromJson(steps.jq.outputs.output).focal }}
run: echo "Found @grammarly/focal ${{ fromJson(steps.jq.outputs.output).focal }}"
Expand Down Expand Up @@ -53,4 +59,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: focal-atom
path: ./packages/focal/grammarly-focal-atom-v${{ needs.version.outputs.focalAtomVersion }}.tgz
path: ./packages/focal-atom/grammarly-focal-atom-v${{ needs.version.outputs.focalAtomVersion }}.tgz

0 comments on commit 367e4e6

Please sign in to comment.