Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nnaydenow committed Nov 21, 2024
1 parent 153b872 commit 6abcd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api-reviewer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
node ${{ github.workspace }}/.github/actions/test.cjs --file-name=flat-manifest-main
echo "Main manifest ==="
echo "${{ steps.pr_file.outputs.pr_file_content }}" > flat-manifest-current.json
echo "${{ steps.pr_file.outputs.current }}" > flat-manifest-current.json
cat flat-manifest-main.json
cat flat-manifest-current.json

0 comments on commit 6abcd2c

Please sign in to comment.