-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from amitsingh-007/dependabot-updates
- Loading branch information
Showing
6 changed files
with
1,821 additions
and
1,394 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ on: | |
concurrency: ${{ github.workflow }}-${{ github.ref }} | ||
|
||
jobs: | ||
Deploy: | ||
Build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
|
@@ -20,3 +20,11 @@ jobs: | |
vercel-org-id: ${{ secrets.VERCEL_ORG_ID}} | ||
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID}} | ||
github-comment: false | ||
|
||
- name: Add status check | ||
uses: LouisBrunner/[email protected] | ||
if: always() | ||
with: | ||
token: ${{ github.token }} | ||
name: Build Check | ||
conclusion: ${{ job.status }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
0fd6bae
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deploy preview for webext-bot ready!
✅ Preview
https://webext-i61ij1pa0-amitsingh-007.vercel.app
Built with commit 0fd6bae.
This pull request is being automatically deployed with vercel-action