Skip to content

Commit

Permalink
preparing first release with working docker
Browse files Browse the repository at this point in the history
  • Loading branch information
srggrs committed Dec 10, 2019
1 parent 7fa233e commit 0954a5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
name: Assign to One Project
steps:
- name: Run assignment to one project
uses: docker://srggrs/assign-one-project-github-action:testing
uses: docker://srggrs/assign-one-project-github-action:1.0.0
with:
project: 'https://github.com/srggrs/assign-one-project-github-action/projects/2'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
name: Assign to One Project
steps:
- name: Run assignment to one project
uses: docker://srggrs/assign-one-project-github-action:1.3.0
uses: docker://srggrs/assign-one-project-github-action:1.0.0
if: github.event.action == 'opened'
with:
project: 'https://github.com/srggrs/assign-one-project-github-action/projects/2'
Expand Down

0 comments on commit 0954a5a

Please sign in to comment.