summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordvora-h <67596500+dvora-h@users.noreply.github.com>2022-02-10 15:52:16 +0200
committerGitHub <noreply@github.com>2022-02-10 15:52:16 +0200
commitc5eafcc6e551de4d899b43f9a115e0d9965e6111 (patch)
tree5b21caf1673953f17ad433720066803b06851347 /.github
parent195880a310a068f370eb71ad59fc8240e308e00d (diff)
downloadredis-py-c5eafcc6e551de4d899b43f9a115e0d9965e6111.tar.gz
Fix changes workflow (#1935)
* add changes workflow * Update update-changes.yaml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-changes.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/update-changes.yaml b/.github/workflows/update-changes.yaml
index 5cffb94..4bb2bca 100644
--- a/.github/workflows/update-changes.yaml
+++ b/.github/workflows/update-changes.yaml
@@ -15,10 +15,10 @@ jobs:
fetch-depth: 0
- name: Update CHANGES file
run: |
- sed -i '1s/^/* ${{ github.event.head_commit.message }}. Thanks @${{ github.actor }}\n/' changes
+ sed -i '1s/^/* ${{ github.event.head_commit.message }}. Thanks @${{ github.actor }}\n/' CHANGES
- name: Commit & Push changes
uses: actions-js/push@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: master
- message: ${{ github.event.head_commit.message }} \ No newline at end of file
+ message: ${{ github.event.head_commit.message }}