You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to take the task ID from the PR branch name, for that I parsed the name and updated the PR body in step 1, so step 2 should find a link to the task in the body. But it seems that it get the data as it was when the workflow was triggered.
Is there a possibility to reload the data and pass it to the second step, or any other solutions?
on:
pull_request:
types: [opened]jobs:
create-asana-attachment-job:
runs-on: ubuntu-latestname: Create pull request attachments on Asana taskssteps:
- name: Create comment with the link to Asana taksuses: tzkhan/pr-update-action@v2with:
repo-token: ${{ secrets.GITHUB_TOKEN }}head-branch-regex: '\d{16}'body-template: https://app.asana.com/0/1201376205424374/%headbranch%
- name: Create pull request attachmentsuses: Asana/create-app-attachment-github-action@latestid: postAttachmentwith:
asana-secret: ${{ secrets.ASANA_SECRET }}
The text was updated successfully, but these errors were encountered:
I tried to take the task ID from the PR branch name, for that I parsed the name and updated the PR body in step 1, so step 2 should find a link to the task in the body. But it seems that it get the data as it was when the workflow was triggered.
Is there a possibility to reload the data and pass it to the second step, or any other solutions?
The text was updated successfully, but these errors were encountered: