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 4dd0600 commit 94ad823Copy full SHA for 94ad823
.github/workflows/0-start-exercise.yml
@@ -58,7 +58,7 @@ jobs:
58
post_next_step_content:
59
name: Post next step content
60
runs-on: ubuntu-latest
61
- needs: [start_exercise]
+ needs: [start_exercise, prepare_merge_conflict]
62
env:
63
ISSUE_URL: ${{ needs.start_exercise.outputs.issue-url }}
64
0 commit comments