Skip to content

fix(deps): bump @actions/cache from 4.0.1 to 4.0.2 #25

fix(deps): bump @actions/cache from 4.0.1 to 4.0.2

fix(deps): bump @actions/cache from 4.0.1 to 4.0.2 #25

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 }}"