From 2e97cfb79808db46345093978a38b9dd19f2b5c9 Mon Sep 17 00:00:00 2001 From: Conrad Date: Mon, 11 Jul 2022 13:14:48 +0200 Subject: [PATCH] Updated docs --- LICENSE | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 45f5732..5ac269e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 noah UG +Copyright (c) 2020 noah GmbH Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 98f92c8..32fdebf 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ on: - master jobs: - prettier: + graph-models: runs-on: ubuntu-latest steps: @@ -37,7 +37,7 @@ jobs: ref: ${{ github.head_ref }} - name: Generate Data Schema - uses: noah-software/django_action@v1.0 + uses: noah-software/django_action@v1.1 with: # This part is also where you can pass other options, for example: pip_path: testfolder/app/requirements.txt