Skip to content

Commit 80f243c

Browse files
authored
[WIP] Fix failing GitHub Actions job for integration add (#40239)
1 parent 9bd0074 commit 80f243c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/cli/add_integration_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -997,9 +997,9 @@ func TestAddWorkflowWithDispatchWorkflowDependency(t *testing.T) {
997997
defer setup.cleanup()
998998

999999
// Add test-dispatcher.md which has a dispatch-workflow dependency on test-workflow.
1000-
// Pin to the last public revision (6d18ddf01ec9aaac84f679ebecfcf6d66aa31153)
1000+
// Pin to the last public revision (6d18ddf01e820eca81031fe9c95bad265c940015)
10011001
// before private: true was added in e8ca23ae1d.
1002-
workflowSpec := "github/gh-aw/.github/workflows/test-dispatcher.md@6d18ddf01ec9aaac84f679ebecfcf6d66aa31153"
1002+
workflowSpec := "github/gh-aw/.github/workflows/test-dispatcher.md@6d18ddf01e820eca81031fe9c95bad265c940015"
10031003

10041004
cmd := exec.Command(setup.binaryPath, "add", workflowSpec, "--verbose")
10051005
cmd.Dir = setup.tempDir

0 commit comments

Comments
 (0)