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 7847133 commit be181d1Copy full SHA for be181d1
.github/workflows/cicd.yml
@@ -66,16 +66,6 @@ jobs:
66
if: (github.repository != 'Exabyte-io/template-definitions') && (github.ref_name == 'main')
67
68
steps:
69
- - name: Checkout this repository
70
- uses: actions/checkout@v2
71
-
72
- - name: Checkout actions repository
73
74
- with:
75
- repository: Exabyte-io/actions
76
- token: ${{ secrets.BOT_GITHUB_TOKEN }}
77
- path: actions
78
79
- name: Create a PR
80
uses: ./actions/git/pull-request
81
with:
0 commit comments