diff --git a/.github/workflows/npm-deps-upgrade.yml b/.github/workflows/npm-deps-upgrade.yml index d5c99373e..99ecf4b67 100644 --- a/.github/workflows/npm-deps-upgrade.yml +++ b/.github/workflows/npm-deps-upgrade.yml @@ -1,7 +1,7 @@ name: Upgrade npm packages defaults: - run: - working-directory: "./Website" + run: + working-directory: "./Website" on: workflow_dispatch: @@ -33,5 +33,5 @@ jobs: git config user.name "dependabot" git config user.email "27856297+dependabot-preview[bot]@users.noreply.github.com" git add . - git commit -m "build(deps): Upgraded npm packages" + git diff-index --quiet HEAD || git commit -m "build(deps): Upgraded npm packages" git push diff --git a/README.md b/README.md index 5e72fc702..ce770a372 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ You can also provide your feedback to Microsoft Defender by reporting it to be S ## Contributing to the project - Please feel free to contribute to this open-source project. -- See [**`Contribuing Guidelines`**](https://github.com/SaptarshiSarkar12/Drifty/blob/master/CONTRIBUTING.md) and [Projects](https://github.com/users/SaptarshiSarkar12/projects/3) for ways to contribute. +- See [**`Contribuing Guidelines`**](https://github.com/SaptarshiSarkar12/Drifty/blob/master/CONTRIBUTING.md) and [**`Projects`**](https://github.com/users/SaptarshiSarkar12/projects/3) for ways to contribute. - **Feel free to open an [`issue`](https://github.com/SaptarshiSarkar12/Drifty/issues/new/choose)**. - Please adhere to this project's [**`Code Of Conduct`**](https://github.com/SaptarshiSarkar12/Drifty/blob/master/CODE_OF_CONDUCT.md). - Remember, this project follows [**`Semantic Versioning`**](https://semver.org/) for the releases.