Skip to content

Commit

Permalink
gc -a; git push
Browse files Browse the repository at this point in the history
  • Loading branch information
spagoveanu committed Oct 21, 2024
1 parent 0d3fdb9 commit 210ae69
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-auto.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Autoreconf
on:
workflow_dispatch:
inputs:
cmd:
type: string
default: touch CONFIGURED
default: |
git describe > CONFIGURED || echo NOPE
jobs:
auto:
runs-on: ubuntu-latest
Expand All @@ -14,6 +14,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: main
fetch-tags: true
- name: auto
run: |
set -ex
Expand Down

0 comments on commit 210ae69

Please sign in to comment.