mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-03 18:28:13 +01:00
trying GITHUB_REF
This commit is contained in:
parent
3f77e75c18
commit
b73f01d529
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -13,5 +13,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: testing
|
||||
run: echo ${{ github.ref }}
|
||||
run: |
|
||||
echo ${{ github.ref }}
|
||||
echo ${{ github.event.GITHUB_REF }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user