mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
trying GITHUB_REF
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -13,5 +13,7 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: testing
|
- name: testing
|
||||||
run: echo ${{ github.ref }}
|
run: |
|
||||||
|
echo ${{ github.ref }}
|
||||||
|
echo ${{ github.event.GITHUB_REF }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user