mirror of
https://github.com/minoplhy/filters.git
synced 2024-11-13 07:07:02 +00:00
test
This commit is contained in:
parent
380bd3ff7a
commit
cef8a9e176
19
.github/workflows/tasks.yaml
vendored
19
.github/workflows/tasks.yaml
vendored
@ -23,3 +23,22 @@ jobs:
|
||||
GIT_EMAIL: "Hurbar@m21.kylz.nl"
|
||||
REPO_BRANCH: "master"
|
||||
BRANCH_VERSION: "main"
|
||||
- name: mass name changes
|
||||
uses: minoplhy/mass-name-change@main
|
||||
env:
|
||||
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
|
||||
with:
|
||||
action_location: sub-action.py
|
||||
Repo: minoplhy/filters
|
||||
- name: "Makeup Releases"
|
||||
run: |
|
||||
echo "done!"
|
||||
|
||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
automatic_release_tag: "latest"
|
||||
prerelease: false
|
||||
title: "FILTERS"
|
||||
files: |
|
||||
/gh-releases/*
|
||||
|
Loading…
Reference in New Issue
Block a user