We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd70c1 commit 9971ed7Copy full SHA for 9971ed7
.github/workflows/dogfood.yml
@@ -153,17 +153,6 @@ jobs:
153
const results = [];
154
for (const { repo, workflow, inputs } of dispatches) {
155
try {
156
- const { data: repoData } = await github.rest.repos.get({
157
- owner: 'supabase',
158
- repo,
159
- });
160
- await github.rest.actions.createWorkflowDispatch({
161
162
163
- workflow_id: workflow,
164
- ref: repoData.default_branch,
165
- inputs,
166
167
const repoLink = `[supabase/${repo}](https://github.com/supabase/${repo}/pulls)`;
168
results.push(`✅ ${repoLink} — ${workflow}`);
169
} catch (error) {
0 commit comments