Skip to content

fix: [action] removal api #102

fix: [action] removal api

fix: [action] removal api #102

Workflow file for this run

name: license
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
license:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Fix License Header
uses: apache/skywalking-eyes/header@main
with:
mode: fix
- name: Apply Changes
uses: EndBug/add-and-commit@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
author_name: License Bot
author_email: [email protected]
message: 'Automatic application of license header'