Skip to content

fix(deps): update github.com/rivo/tview digest to b0a7293 #236

fix(deps): update github.com/rivo/tview digest to b0a7293

fix(deps): update github.com/rivo/tview digest to b0a7293 #236

name: Asana
on:
pull_request:
branches: [main]
types: [opened, closed, reopened]
jobs:
create-comment-in-asana-task-job:
runs-on: ubuntu-latest
name: Create a comment in Asana Task
steps:
- name: Create a comment
uses: Asana/comment-on-task-github-action@latest
id: createComment
with:
asana-secret: ${{ secrets.ASANA_SECRET }}
comment-text: "{{PR_NAME}} is {{PR_STATE}}: {{PR_URL}}"
- name: Get status
run: echo "Status is ${{ steps.createComment.outputs.status }}"