adamjjeffery

Results 4 comments of adamjjeffery

@Kruthika0 - Try this instead... ``` - name: Setup uses: atlassian/gajira-cli@v3 with: version: 1.0.27 - name: Check ticket does not already exist id: find env: JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }} JIRA_USER_EMAIL:...

Try using these env vars instead, setting the JIRA_BASE_URL... ``` JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }} JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }} JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }} ```

Looks you're going to have to do some Googling mate ;)

> Same error :) Are you providing the "https://" in your base url?