We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa79844 commit 6888646Copy full SHA for 6888646
.github/workflows/3b-copilot-agent-mode.yml
@@ -35,7 +35,6 @@ jobs:
35
COMMENT_BODY: ${{ github.event.comment.body }}
36
37
find_exercise:
38
- if: false
39
name: Find exercise by issue title
40
runs-on: ubuntu-latest
41
@@ -59,13 +58,11 @@ jobs:
59
58
REPO: ${{ github.repository }}
60
61
post_step_3b_content:
62
- if: true
63
name: Post step 3b content
64
- # needs: [find_exercise]
+ needs: [find_exercise]
65
66
env:
67
- # ISSUE_URL: ${{ needs.find_exercise.outputs.issue-url }}
68
- ISSUE_URL: "https://github.com/chriswblake/playground/issues/32"
+ ISSUE_URL: ${{ needs.find_exercise.outputs.issue-url }}
69
70
steps:
71
- name: Checkout
0 commit comments