Skip to content

Commit

Permalink
Update GHA workflow for calling power automate when issue is overdued (
Browse files Browse the repository at this point in the history
  • Loading branch information
zihyeon08 authored Aug 24, 2024
1 parent ca202a1 commit ee02edb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/on-hackathon-r2-submitted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,7 @@ jobs:
- name: Call Power Automate workflow
if: |
steps.issue.outputs.issueType == 'TOPIC' &&
steps.issue.outputs.isOverdue == 'false'
steps.issue.outputs.issueType == 'TOPIC'
id: request
uses: fjogeleit/http-request-action@v1
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/on-hackathon-r3-submitted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,7 @@ jobs:
- name: Call Power Automate workflow
if: |
steps.issue.outputs.issueType == 'APP1' &&
steps.issue.outputs.isOverdue == 'false'
steps.issue.outputs.issueType == 'APP1'
id: request
uses: fjogeleit/http-request-action@v1
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/on-hackathon-r4-submitted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,7 @@ jobs:
- name: Call Power Automate workflow
if: |
steps.issue.outputs.issueType == 'APP2' &&
steps.issue.outputs.isOverdue == 'false'
steps.issue.outputs.issueType == 'APP2'
id: request
uses: fjogeleit/http-request-action@v1
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/on-hackathon-r5-submitted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,7 @@ jobs:
- name: Call Power Automate workflow
if: |
steps.issue.outputs.issueType == 'PITCH' &&
steps.issue.outputs.isOverdue == 'false'
steps.issue.outputs.issueType == 'PITCH'
id: request
uses: fjogeleit/http-request-action@v1
with:
Expand Down

0 comments on commit ee02edb

Please sign in to comment.