1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-07 02:53:56 +00:00

update ::set-output to the latest method (#2217)

* update ::set-output to the latest method

* Update workflow for linter error
This commit is contained in:
Opeyemi
2022-12-05 15:04:34 +00:00
committed by GitHub
parent 4580033477
commit bafd9ff85d
4 changed files with 13 additions and 15 deletions

View File

@@ -52,7 +52,7 @@ jobs:
id: branch
run: |
BRANCH_NAME=$(basename ${{ github.ref }})
echo "::set-output name=branch-name::$BRANCH_NAME"
echo "branch-name=$BRANCH_NAME" >> $GITHUB_OUTPUT
- name: Create GitHub deployment
if: ${{ github.event.inputs.release_type != 'Dry Run' }}