initial commit

This commit is contained in:
eine
2020-05-14 16:58:15 +02:00
commit c9d3643b20
5 changed files with 189 additions and 0 deletions

29
.github/workflows/push.yml vendored Normal file
View File

@@ -0,0 +1,29 @@
name: 'tip'
on:
push:
tags:
- '*'
- '!tip'
branches:
- '*'
pull_request:
env:
CI: true
jobs:
tip:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: |
echo "Build some tool and generate some artifacts" > artifact.txt
- uses: ./
with:
token: ${{ secrets.GITHUB_TOKEN }}
files: |
artifact.txt
README.md