Skip to content

Update main.yml

Update main.yml #3

Workflow file for this run

- name: Get global node ID

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

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
id: get-repo-id
uses: nvdaes/get-repository-id@v1
with:
repository: owner/repo
- name: Print Output
id: output
run: echo "${{ steps.get-repo-id.outputs.repo-id }}"