Skip to content

Commit

Permalink
Renaming automatic workflow job to update repository
Browse files Browse the repository at this point in the history
  • Loading branch information
CrafterKolyan committed May 13, 2024
1 parent 6c8fd11 commit afb5126
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:

jobs:
update_repo:
update_repository:
name: "Update repository with latest information"
runs-on: ubuntu-latest

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Tiny Python Docker image

The most lightweight Python 3 Docker image possible.

.. image:: https://github.com/CrafterKolyan/tiny-python-docker-image/actions/workflows/update-readme-table.yml/badge.svg?branch=main
:target: https://github.com/CrafterKolyan/tiny-python-docker-image/actions/workflows/update-readme-table.yml
.. image:: https://github.com/CrafterKolyan/tiny-python-docker-image/actions/workflows/update-repository.yml/badge.svg?branch=main
:target: https://github.com/CrafterKolyan/tiny-python-docker-image/actions/workflows/update-repository.yml

Possible variants
-----------------
Expand Down

0 comments on commit afb5126

Please sign in to comment.