mirror of
https://github.com/bitwarden/browser
synced 2025-12-28 06:03:40 +00:00
Update workflows with linter suggestions (#1174)
This commit is contained in:
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
@@ -1,6 +1,7 @@
|
||||
---
|
||||
name: Deploy
|
||||
|
||||
on:
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
release_version:
|
||||
@@ -40,7 +41,7 @@ jobs:
|
||||
with:
|
||||
ref: rc
|
||||
|
||||
- name: setup git config
|
||||
- name: Setup git config
|
||||
run: |
|
||||
git config user.name = "GitHub Action Bot"
|
||||
git config user.email = "<>"
|
||||
@@ -70,4 +71,3 @@ jobs:
|
||||
VERSION: ${{ steps.release-version.outputs.version }}
|
||||
PR_BRANCH: deploy-${{ steps.release-version.outputs.version }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user