Skip to content

Create github-action-variable-03.yml #1

Create github-action-variable-03.yml

Create github-action-variable-03.yml #1

name: Test Github Actions variable-03
run-name: Test Github Actions variable-03
on:
push
jobs:
check-vars-context:
runs-on: ubuntu-latest
steps:
- name: "Hello, ${{ $vars.Var_test }}"