Skip to content

Test new version of expose action #5

Test new version of expose action

Test new version of expose action #5

Workflow file for this run

name: Test stuff
on:
push:
jobs:
build:

Check failure on line 7 in .github/workflows/test.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yaml

Invalid workflow file

You have an error in your yaml syntax on line 7
runs-on: ubuntu-latest
steps:
uses: actions/checkout@v3
- name: Expose version name
uses: ./github/actions/expose
with:
expose-version-name: 'true'
expose-version-code: 'true'
# on:
# push:
# jobs:
# test-job:
# runs-on: ubuntu-latest
# steps:
# uses: actions/checkout@v3
# - name: Expose version name
# uses: ./github/actions/expose
# with:
# expose-version-name: 'true'
# expose-version-code: 'true'