Skip to content

Commit 0954a5a

Browse files
committed
preparing first release with working docker
1 parent 7fa233e commit 0954a5a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
name: Assign to One Project
1111
steps:
1212
- name: Run assignment to one project
13-
uses: docker://srggrs/assign-one-project-github-action:testing
13+
uses: docker://srggrs/assign-one-project-github-action:1.0.0
1414
with:
1515
project: 'https://github.com/srggrs/assign-one-project-github-action/projects/2'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
name: Assign to One Project
4343
steps:
4444
- name: Run assignment to one project
45-
uses: docker://srggrs/assign-one-project-github-action:1.3.0
45+
uses: docker://srggrs/assign-one-project-github-action:1.0.0
4646
if: github.event.action == 'opened'
4747
with:
4848
project: 'https://github.com/srggrs/assign-one-project-github-action/projects/2'

0 commit comments

Comments
 (0)