Skip to content

Create first workflow #1

Create first workflow

Create first workflow #1

Workflow file for this run

name: Publish release on github
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
go:
- '1.20'
steps:
- name: checkout qe-platform repo
uses: actions/checkout@master
with:
name: https://gitlab.cee.redhat.com/crc/qe-platform
ref: master
- name: Show Working directory
run: ls
- name: run script
run: echo ${{ <context> }}

Check failure on line 25 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / Publish release on github

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 25, Col: 14): Unexpected symbol: '<'. Located at position 1 within expression: <context>

Check failure on line 25 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / Publish release on github

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 25, Col: 14): Unexpected symbol: '<'. Located at position 1 within expression: <context>