amoghrajesh commented on code in PR #62258:
URL: https://github.com/apache/airflow/pull/62258#discussion_r2844720702


##########
.github/workflows/backport-cli.yml:
##########
@@ -100,6 +100,11 @@ jobs:
           echo "backport-url=$url" >> "${GITHUB_OUTPUT}"
         continue-on-error: true
 
+      - name: Install gh and jq
+        run: |
+          sudo apt-get update -q
+          sudo apt-get install -y gh jq

Review Comment:
   Why is this change needed?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to