diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2022-09-16 12:47:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-16 12:47:32 +0200 |
commit | f51da256476daa4aec6631c93932775f33ed0a14 (patch) | |
tree | 88574bc7c48aae6b4e229a92d1acf6e4cea8f23b /.github | |
parent | 8612a9b2322df872c647ce5187164719441d1b15 (diff) | |
download | nextcloud-server-f51da256476daa4aec6631c93932775f33ed0a14.tar.gz nextcloud-server-f51da256476daa4aec6631c93932775f33ed0a14.zip |
Update update-cacert-bundle.yml
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/update-cacert-bundle.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/update-cacert-bundle.yml b/.github/workflows/update-cacert-bundle.yml index 19d0018ed7f..f38e594f9b8 100644 --- a/.github/workflows/update-cacert-bundle.yml +++ b/.github/workflows/update-cacert-bundle.yml @@ -1,8 +1,3 @@ -# This workflow is provided via the organization template repository -# -# https://github.com/nextcloud/.github -# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization - name: Update CA certificate bundle on: |