diff options
Diffstat (limited to '.github/workflows/snapshot-automation.yml')
-rw-r--r-- | .github/workflows/snapshot-automation.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/snapshot-automation.yml b/.github/workflows/snapshot-automation.yml index b6279cd2..15fdbedd 100644 --- a/.github/workflows/snapshot-automation.yml +++ b/.github/workflows/snapshot-automation.yml @@ -12,6 +12,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + ref: github - name: Run make run: | make clean |