There was an error while loading. Please reload this page.
1 parent d1e0d74 commit 34c3085Copy full SHA for 34c3085
1 file changed
.github/workflows/production-release.yml
@@ -142,12 +142,12 @@ jobs:
142
143
- name: Revert and recreate PR
144
id: revert-action
145
- uses: ./.github/actions/revert-and-recreate-pr
+ uses: ./.github/actions/revert-and-recreate-pr@main
146
with:
147
target-branch: "main"
148
source-branch: "test"
149
workflow-url: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
150
- failure-context: "Production Release"
+ failure-context: "Production Releasse"
151
github-token: ${{ steps.generate_token.outputs.token }}
152
commits-to-check: "10"
153
0 commit comments