Skip to content

build(deps-dev): bump sobelow from 0.11.1 to 0.13.0 #129

build(deps-dev): bump sobelow from 0.11.1 to 0.13.0

build(deps-dev): bump sobelow from 0.11.1 to 0.13.0 #129

name: Create Asana Attachment
on:
pull_request:
types: [opened, 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 }}
- name: Log output status
run: echo "Status is ${{ steps.postAttachment.outputs.status }}"