Skip to content

Commit

Permalink
Fix GitHub Action?
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed Mar 26, 2024
1 parent b4cb850 commit 6568aea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: List files
run: ls -la bin/

- name: Update versions.md
run: |
./bin/version_scan
run: bin/version_scan

- name: Commit and push if it changed
run: |
Expand Down

0 comments on commit 6568aea

Please sign in to comment.