Skip to content

Commit

Permalink
chore(release): bump 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg committed Nov 24, 2020
1 parent e58b93b commit 97aef5e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Global Workflows Support
GitHub Action that introduces support for global workflows. Global workflows are the ones that you update in just one repo and then they are automatically updated in other repositories in your organization or user account.

> Action is released under **v0.0.1** and I plan to extend it forward, add tests and release under **v1** once I get other people using it. Feel free to create an issue.about it.
> Action is released under **v0.0.2** and I plan to extend it forward, add tests and release under **v1** once I get other people using it. Feel free to create an issue.about it.
<!-- toc -->

Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: derberg/global-actions-support@0.0.1
- uses: derberg/global-workflows-support@v0.0.2
with:
github_token: ${{ secrets.CUSTOM_TOKEN }}
files_to_ignore: name_of_file_where_this_action_is_used.yml
Expand All @@ -79,8 +79,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: derberg/[email protected]
- name: Checkout repository
uses: actions/checkout@v2
- name: Replicating global workflow
uses: derberg/[email protected]
with:
github_token: ${{ secrets.CUSTOM_TOKEN }}
files_to_ignore: name_of_file_where_this_action_is_used.yml
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "global-actions-support",
"version": "0.0.1",
"version": "0.0.2",
"description": "This action introduces support for global workflows. Global workflows are the one you update in just one repo and they are automatically updated in other repositories.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 97aef5e

Please sign in to comment.