Skip to content

Updated actions

Updated actions #3

Workflow file for this run

on:
push:
tags:

Check failure on line 3 in .github/workflows/test_env.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/test_env.yaml

Invalid workflow file

You have an error in your yaml syntax on line 3
- '*'
workflow_dispatch:
jobs:
github-example-tags:
runs-on: ubuntu-latest
steps:
- name: GitHub Tag Name example
run: |
echo "Tag name from GITHUB_REF_NAME: $GITHUB_REF_NAME"
echo "Tag name from github.ref_name: ${{ github.ref_name }}"