Skip to content

Bump tar from 6.2.0 to 6.2.1 in the npm_and_yarn group across 1 directory #181

Bump tar from 6.2.0 to 6.2.1 in the npm_and_yarn group across 1 directory

Bump tar from 6.2.0 to 6.2.1 in the npm_and_yarn group across 1 directory #181

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