-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate asana-get-automation-subtask-id from GHA action to fastlane #3175
Migrate asana-get-automation-subtask-id from GHA action to fastlane #3175
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file will be removed before merging :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :)
with: | ||
access-token: ${{ inputs.access-token }} | ||
task-url: ${{ inputs.task-url }} | ||
shell: bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, shell definition is needed for actions steps.
fee8415
to
7f2d1d6
Compare
Task/Issue URL: https://app.asana.com/0/0/1208137627434493/f
Description:
This change removes asana-get-automation-subtask-id action, replacing it with a fastlane action from the automation plugin.
Steps to test this PR:
Definition of Done:
Internal references:
Pull Request Review Checklist
Software Engineering Expectations
Technical Design Template
Pull Request Documentation