We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c08ae commit d297dc0Copy full SHA for d297dc0
1 file changed
.github/workflows/release_main.yml
@@ -7,10 +7,10 @@ on:
7
- main
8
jobs:
9
build:
10
- uses: indranil012/dropped-patches/.github/workflows/release.yml@main
+ uses: indrastorms/dropped-patches/.github/workflows/release.yml@main
11
secrets: inherit
12
13
update_bundle:
14
needs: [build]
15
- uses: indranil012/dropped-patches/.github/workflows/update_bundle.yml@main
+ uses: indrastorms/dropped-patches/.github/workflows/update_bundle.yml@main
16
0 commit comments