Skip to content

Commit

Permalink
test: test using released action
Browse files Browse the repository at this point in the history
  • Loading branch information
amondnet committed May 8, 2020
1 parent a7a324a commit b410eb7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: test released action
on:
pull_request:
branches:
- master

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: amondnet/now-deployment@v2.0.3
id: now-deployment
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
zeit-token: ${{ secrets.ZEIT_TOKEN }}
github-comment: false
now-org-id: ${{ secrets.NOW_ORG_ID }}
now-project-id: ${{ secrets.NOW_PROJECT_ID_STATIC }}
- name: preview-url
run: |
echo ${{ steps.now-deployment.outputs.preview-url }}

0 comments on commit b410eb7

Please sign in to comment.