Skip to content

Commit

Permalink
chore(dev): update okteto workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Jun 8, 2022
1 parent d8eb610 commit 79de4d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-preview-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
name: pr-${{ github.event.client_payload.pull_request.number }}-misskey-dev
name: pr-${{ github.event.client_payload.pull_request.number }}-syuilo
timeout: 15m

# Update check run called "integration-fork"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-preview-destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Destroy preview environment
uses: okteto/destroy-preview@latest
with:
name: pr-${{ github.event.number }}-misskey-dev
name: pr-${{ github.event.number }}-syuilo

0 comments on commit 79de4d7

Please sign in to comment.