Skip to content

Commit 87ffdf7

Browse files
Dennis LabordusRob Tjalma
authored andcommitted
Used correct github action image.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent ed46d34 commit 87ffdf7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/automate_projects.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,28 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: add-new-issues-to-repository-based-project-column
14-
uses: takanabe/github-actions-automate-projects@v0.0.2
14+
uses: docker://takanabe/github-actions-automate-projects:v0.0.1
1515
if: github.event_name == 'issues' && github.event.action == 'opened'
1616
env:
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1818
GITHUB_PROJECT_URL: https://github.com/com-pas/contributing/projects/2
1919
GITHUB_PROJECT_COLUMN_NAME: To do
2020
- name: add-new-pull-request-to-repository-based-project-column
21-
uses: takanabe/github-actions-automate-projects@v0.0.2
21+
uses: docker://takanabe/github-actions-automate-projects:v0.0.1
2222
if: github.event_name == 'pull_request' && github.event.action == 'opened'
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
GITHUB_PROJECT_URL: https://github.com/com-pas/contributing/projects/2
2626
GITHUB_PROJECT_COLUMN_NAME: To do
2727
- name: add-new-issues-to-organization-based-project-column
28-
uses: takanabe/github-actions-automate-projects@v0.0.2
28+
uses: docker://takanabe/github-actions-automate-projects:v0.0.1
2929
if: github.event_name == 'issues' && github.event.action == 'opened'
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.ORG_GITHUB_ACTION_SECRET }}
3232
GITHUB_PROJECT_URL: https://github.com/orgs/com-pas/projects/1
3333
GITHUB_PROJECT_COLUMN_NAME: To do
3434
- name: add-new-pull-request-to-organization-based-project-column
35-
uses: takanabe/github-actions-automate-projects@v0.0.2
35+
uses: docker://takanabe/github-actions-automate-projects:v0.0.1
3636
if: github.event_name == 'pull_request' && github.event.action == 'opened'
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.ORG_GITHUB_ACTION_SECRET }}

0 commit comments

Comments
 (0)