Skip to content

Update action.yml metadata #17

Update action.yml metadata

Update action.yml metadata #17

Workflow file for this run

name: Build
on: [push]
jobs:
build:
name: Action CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Verify action syntax
# The action should not publish any real changes, but should succeed.
uses: './'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}