Add sandbox testing area Github Actions workflow

This commit is contained in:
Chris Bono
2023-12-08 11:12:02 -06:00
parent 9b5a2837fd
commit d4183fed38
2 changed files with 13 additions and 0 deletions

13
.github/workflows/sandbox-area.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: Sandbox Github Actions Testing Area
on:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-18.04
steps:
- name: Show environment v1
run: env | grep ^GITHUB
- name: Show ref v1
run: echo "===============> Version from $GITHUB_REF"