Skip to content

WIP: add: .github/workflows/pr-action.yml (review/main) #9

WIP: add: .github/workflows/pr-action.yml (review/main)

WIP: add: .github/workflows/pr-action.yml (review/main) #9

Workflow file for this run

# YAML
---

Check failure on line 2 in .github/workflows/actions.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/actions.yml

Invalid workflow file

You have an error in your yaml syntax on line 2
name: test-action
on: [push]
branches: [ "main" ]
jobs:
post:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- id: log
run: echo "::set-output name=tag::$(git describe --tags --all)"
- id: publish
run: |
gh release create steps.log.outputs.tag ${{ github.repository }}.zip -R https://github.com/${{ github.repository }}