Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
filipandren committed Apr 17, 2024
1 parent 1a2c0ad commit 53a3d60
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,16 @@ jobs:
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

- name: Download Markdown Files
run: |
./get_latest_md.sh ${{ github.event.client_payload.artifact_download_url }}
# run: |
# ./get_latest_md.sh ${{ github.event.client_payload.artifact_download_url }}
uses: actions/download-artifact@v4
with:
name: test-cases-markdown
github-token: ${{ secrets.REPO_TRIGGER_KEY }}
repository: ERIGrid2/test-case-repository-word2md
run-id: ${{ github.event.client_payload.run_id }}



- name: Setup Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit 53a3d60

Please sign in to comment.