oops
This commit is contained in:
@@ -231,6 +231,12 @@ jobs:
|
|||||||
image: ${{ vars.CONTAINER_REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
image: ${{ vars.CONTAINER_REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- id: checkout-code
|
||||||
|
name: Checkout Repository
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.TOKEN }}
|
||||||
|
|
||||||
- id: download-updated-readme
|
- id: download-updated-readme
|
||||||
name: Download README
|
name: Download README
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
@@ -238,12 +244,6 @@ jobs:
|
|||||||
name: updated-readme
|
name: updated-readme
|
||||||
path: .
|
path: .
|
||||||
|
|
||||||
- id: checkout-code
|
|
||||||
name: Checkout Repository
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
token: ${{ secrets.TOKEN }}
|
|
||||||
|
|
||||||
- id: configure-git
|
- id: configure-git
|
||||||
name: Configure Git
|
name: Configure Git
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user