Skip to content

chore(deps): bump @adobe/css-tools from 4.3.1 to 4.3.2 in /examples/with-aptos-adapter #252

chore(deps): bump @adobe/css-tools from 4.3.1 to 4.3.2 in /examples/with-aptos-adapter

chore(deps): bump @adobe/css-tools from 4.3.1 to 4.3.2 in /examples/with-aptos-adapter #252

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 }}
allowed-projects: |
1201812548509877
- name: Log output status
run: echo "Status is ${{ steps.postAttachment.outputs.status }}"