Skip to content

Commit

Permalink
debug github action
Browse files Browse the repository at this point in the history
  • Loading branch information
aatmanvaidya committed Sep 20, 2023
1 parent 8bb9962 commit a08d035
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-pr-review-both-browsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
mv dist/ extension-chrome/
npm run build:firefox
mv dist/ extension-firefox/
- name: "Upload dist folder as artifact"
uses: actions/upload-artifact@v3
with:
Expand All @@ -44,6 +45,9 @@ jobs:
browser-extension/plugin/extension-firefox/
browser-extension/plugin/extension-chrome/
- name: Debug GitHub Token Permissions
run: echo ${{ secrets.GITHUB_TOKEN }}

- name: Create PR Comment with Artifact Link
uses: actions/github-script@v5
with:
Expand Down

0 comments on commit a08d035

Please sign in to comment.