Skip to content

Commit

Permalink
Merge branch 'master' into test-lighthouse-1
Browse files Browse the repository at this point in the history
  • Loading branch information
balakrishna-deriv committed Nov 8, 2023
2 parents bddce63 + ee19294 commit 718dd91
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
- name: Retrieve pull request
id: pr_information
run: |
pwd
cat ./pr/NR
cat ./pr/PREVIEW_URL
cat pr/NR
cat pr/PREVIEW_URL
echo "issue_number=$(cat ./pr/NR)" > $GITHUB_OUTPUT
echo "preview_url=$(cat ./pr/PREVIEW_URL)" > $GITHUB_OUTPUT
Expand Down

0 comments on commit 718dd91

Please sign in to comment.