Skip to content

Commit

Permalink
Create a dummy action so that I can develop the real monitor deployme…
Browse files Browse the repository at this point in the history
…nt action (#1871)

* dummy action

* remove env vars we wont use
  • Loading branch information
anthonyshull authored Jan 29, 2024
1 parent 65a666e commit 40d09c8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/deploy-monitor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Deploy Monitor

on:
workflow_dispatch:

jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest

steps:
- name: Show environment v1
run: env | grep ^GITHUB
- name: Show ref v1
run: echo "===============> Version from $GITHUB_REF"

0 comments on commit 40d09c8

Please sign in to comment.