1
0
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:
Vince Grassia
2021-09-02 16:05:17 -04:00
committed by GitHub
parent ca00fda023
commit 9832deb20c
5 changed files with 27 additions and 22 deletions

View File

@@ -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 }}