Add sandbox testing area Github Actions workflow
This commit is contained in:
13
.github/workflows/sandbox-area.yml
vendored
Normal file
13
.github/workflows/sandbox-area.yml
vendored
Normal 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"
|
||||
Reference in New Issue
Block a user