Skip to content

commit機能の作成 #17

commit機能の作成

commit機能の作成 #17

on:
pull_request:
types: [opened, edited, reopened]
jobs:
create-asana-attachment-job:
runs-on: ubuntu-latest
name: Create pull request attachments on Asana tasks
steps:
- name: Create pull request attachments
uses: Asana/create-app-attachment-github-action@latest
id: postAttachment
with:
asana-secret: ${{ secrets.ASANA_SECRET_PROGATE_BOT }}
- name: Log output status
run: echo "Status is ${{ steps.postAttachment.outputs.status }}"