mirror of
https://github.com/bitwarden/browser
synced 2024-12-18 20:33:00 +01:00
19 lines
345 B
YAML
19 lines
345 B
YAML
---
|
|
name: Deploy
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
inputs: {}
|
|
|
|
jobs:
|
|
temp:
|
|
name: Temp Workflow
|
|
runs-on: ubuntu-20.04
|
|
steps:
|
|
- name: Checkout repo
|
|
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # 2.3.4
|
|
|
|
- name: Temp workflow
|
|
run: |
|
|
echo "Temp Workflow to get the rc version back"
|