Skip to content

Commit

Permalink
Test commit action (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
noisekit authored Nov 15, 2022
1 parent 91681a3 commit c2fd5a1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/testAuth.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Test commit
on: workflow_dispatch

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Config git identity
run: |
git config --global user.email "[email protected]"
git config --global user.name "Synthetix CI"
# publish
- name: Test commit
run: |
git commit --allow-empty --message "Test commit"
git push

4 comments on commit c2fd5a1

@vercel
Copy link

@vercel vercel bot commented on c2fd5a1 Nov 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

v3-storybook – ./v3/theme

v3-storybook-git-master-synthetixio.vercel.app
v3-storybook-synthetixio.vercel.app
js-monorepo-ten.vercel.app

@vercel
Copy link

@vercel vercel bot commented on c2fd5a1 Nov 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

v3-snx – ./v3/ui

v3-snx-git-master-synthetixio.vercel.app
v3-snx-synthetixio.vercel.app
v3-snx.vercel.app
v3.synthetix.io

@vercel
Copy link

@vercel vercel bot commented on c2fd5a1 Nov 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

snx-v3-docs – ./v3/docs

snx-v3-docs-git-master-synthetixio.vercel.app
snx-v3-docs-synthetixio.vercel.app
snx-v3-docs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on c2fd5a1 Nov 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

v2-storybook – ./v2/ui

staking-storybook.vercel.app
v2-storybook-git-master-synthetixio.vercel.app
v2-storybook-synthetixio.vercel.app

Please sign in to comment.