We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa233e commit 0954a5aCopy full SHA for 0954a5a
2 files changed
.github/workflows/main.yml
@@ -10,6 +10,6 @@ jobs:
10
name: Assign to One Project
11
steps:
12
- name: Run assignment to one project
13
- uses: docker://srggrs/assign-one-project-github-action:testing
+ uses: docker://srggrs/assign-one-project-github-action:1.0.0
14
with:
15
project: 'https://github.com/srggrs/assign-one-project-github-action/projects/2'
README.md
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
- uses: docker://srggrs/assign-one-project-github-action:1.3.0
46
if: github.event.action == 'opened'
47
48
0 commit comments