Skip to content

Bump @types/lodash from 4.17.14 to 4.17.15 #3

Bump @types/lodash from 4.17.14 to 4.17.15

Bump @types/lodash from 4.17.14 to 4.17.15 #3

name: Asana
on:
pull_request:
types: [opened]
jobs:
link-asana-task:
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: Asana/[email protected]
id: postAttachment
with:
asana-secret: ${{ secrets.ASANA_API_ACCESS_KEY }}
- run: echo "Status is ${{ steps.postAttachment.outputs.status }}"