build(deps-dev): bump exvcr from 0.13.4 to 0.14.2 #37
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }}" |