Skip to content

test

test #6

Workflow file for this run

name: test
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name : Set Environment Variables
run: |

Check failure on line 12 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 12, Col: 14): Unexpected symbol: 'GITHUB_REPOSITORY#${{GITHUB_REPOSITORY_OWNER'. Located at position 1 within expression: GITHUB_REPOSITORY#${{GITHUB_REPOSITORY_OWNER
echo "RepoName=${{GITHUB_REPOSITORY#${{GITHUB_REPOSITORY_OWNER}}/}}" >> $GITHUB_ENV