more verbose 'retrieve latest' step
This commit is contained in:
@@ -15,7 +15,11 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Retrieve latest
|
||||
run: curl -o ".gitea/workflows/publish.yml" "${{ gitea.server_url }}/${{ gitea.repository }}/raw/branch/master/.gitea/workflows/publish.yml"
|
||||
env:
|
||||
WORKFLOW_URL: ${{ gitea.server_url }}/${{ gitea.repository }}/raw/branch/master/.gitea/workflows/publish.yml
|
||||
run: |
|
||||
echo "Retrieving latest workflow from $WORKFLOW_URL" && \
|
||||
curl -f -o ".gitea/workflows/publish.yml" "$WORKFLOW_URL"
|
||||
|
||||
- name: check for diff
|
||||
run: git update-index --refresh
|
||||
|
||||
Reference in New Issue
Block a user