Skip to content

chore(deps-dev): bump the npm-patches group across 1 directory with 3 updates #462

chore(deps-dev): bump the npm-patches group across 1 directory with 3 updates

chore(deps-dev): bump the npm-patches group across 1 directory with 3 updates #462

Workflow file for this run

name: Modify Asana ticket
on:
pull_request:
types: [opened, reopened]
jobs:
create-asana-attachment-job:
runs-on: ubuntu-latest
if: github.actor != 'dependabot[bot]'
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_GITHUB_INTEGRATION_SECRET }}
- name: Log output status
run: echo "Status is ${{ steps.postAttachment.outputs.status }}"