We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 254357b commit e5647f6Copy full SHA for e5647f6
.github/workflows/licenses.yml
@@ -21,7 +21,7 @@ jobs:
21
token: ${{ secrets.ORY_BOT_PAT || secrets.GITHUB_TOKEN }}
22
- name: Check licenses
23
uses: ory/ci/licenses/check@master
24
- - name: Write licenses
+ - name: Write, commit, push licenses
25
uses: ory/ci/licenses/write@master
26
if:
27
${{ github.ref == 'refs/heads/main' || github.ref ==
0 commit comments