diff options
| author | Dundar Göc <gocdundar@gmail.com> | 2022-02-06 10:57:47 +0100 |
|---|---|---|
| committer | Kiyan <yazdani.kiyan@protonmail.com> | 2022-02-14 19:15:17 +0100 |
| commit | f476df31af4d6d4bbb6a34b3ca870564cfc39b83 (patch) | |
| tree | 4fe40beb63643a9fefe7a33769449d981932ff50 /.github/workflows/update-readme.yml | |
| parent | Update lockfile.json (#2529) (diff) | |
| download | nvim-treesitter-f476df31af4d6d4bbb6a34b3ca870564cfc39b83.tar nvim-treesitter-f476df31af4d6d4bbb6a34b3ca870564cfc39b83.tar.gz nvim-treesitter-f476df31af4d6d4bbb6a34b3ca870564cfc39b83.tar.bz2 nvim-treesitter-f476df31af4d6d4bbb6a34b3ca870564cfc39b83.tar.lz nvim-treesitter-f476df31af4d6d4bbb6a34b3ca870564cfc39b83.tar.xz nvim-treesitter-f476df31af4d6d4bbb6a34b3ca870564cfc39b83.tar.zst nvim-treesitter-f476df31af4d6d4bbb6a34b3ca870564cfc39b83.zip | |
ci: rename workflows and jobs to be more consistent
Diffstat (limited to '.github/workflows/update-readme.yml')
| -rw-r--r-- | .github/workflows/update-readme.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 87c884cf6..dba7ba260 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -1,4 +1,4 @@ -name: Check README parser info +name: Update README on: push: @@ -7,7 +7,7 @@ on: jobs: update-readme: - name: Check README parser info + name: Update README runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 |
