Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
plocket committed May 21, 2024
1 parent 001408b commit 126a1f6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/github_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,10 @@ jobs:
# labels: |
# testing

# Step to set up GitHub CLI
- name: Set up GitHub CLI
uses: actions/setup-github-cli@v1

# Step to create an issue with the file content
- name: Create issue
if: ${{ failure() && '$UNEXPECTED_RESULTS' != 'false' }}
run: |
gh issue create --title "ALKiln tests failed" --body "An ALKiln test run failed. See the action at ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}. ### Report of unexpected results:${{ env.UNEXPECTED_RESULTS }}" --repo ${{ github.repository }}
gh issue create --title "ALKiln tests failed" --body "An ALKiln test run failed. See the action at ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}. ### Report of unexpected results:${{ env.UNEXPECTED_RESULTS }}" --repo "$GITHUB_REPOSITORY"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 126a1f6

Please sign in to comment.