[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/package-lint c9acf24255 3/5: Remove redundant setting of c
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/package-lint c9acf24255 3/5: Remove redundant setting of checkout ref |
Date: |
Thu, 18 Jan 2024 13:00:33 -0500 (EST) |
branch: elpa/package-lint
commit c9acf24255afd6cda5a0554dcbd6a55c4d1a7577
Author: Steve Purcell <steve@sanityinc.com>
Commit: Steve Purcell <steve@sanityinc.com>
Remove redundant setting of checkout ref
---
.github/workflows/stdlib-changes.yml | 2 --
1 file changed, 2 deletions(-)
diff --git a/.github/workflows/stdlib-changes.yml
b/.github/workflows/stdlib-changes.yml
index 6721b79d1d..524ceff0c8 100644
--- a/.github/workflows/stdlib-changes.yml
+++ b/.github/workflows/stdlib-changes.yml
@@ -9,8 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- with:
- ref: ${{ github.head_ref }}
- uses: cachix/install-nix-action@v25
- run: tools/sym-dump-all
- uses: stefanzweifel/git-auto-commit-action@v5