Files
spring-pulsar/.github/workflows/sandbox-area.yml
2023-12-08 11:12:02 -06:00

14 lines
274 B
YAML

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"