Skip to content

Commit a464981

Browse files
authored
Merge pull request #49 from zapta/main
Removed the action get-repo-commit. Use get-repo-info instead.
2 parents 642252e + f50c409 commit a464981

2 files changed

Lines changed: 0 additions & 76 deletions

File tree

.github/actions/get-repo-commit/action.yaml

Lines changed: 0 additions & 47 deletions
This file was deleted.

.github/workflows/test.yaml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -304,35 +304,6 @@ jobs:
304304
exit 1
305305
fi
306306
307-
# -- Test action get-repo-commit
308-
test-get-repo-commit:
309-
runs-on: ubuntu-latest
310-
311-
steps:
312-
- name: Checkout this repo
313-
uses: actions/checkout@v4
314-
315-
- name: Check apio repo at a known commit
316-
uses: actions/checkout@v4
317-
with:
318-
repository: fpgawars/apio
319-
ref: 8548ede2dc34a2e1067bb58ee3ef3ad59b9fc04a
320-
path: apio-repo
321-
322-
- name: Get repo commit
323-
uses: ./.github/actions/get-repo-commit
324-
with:
325-
repo-dir: apio-repo
326-
env-var-name: REPO_COMMIT
327-
328-
- name: Check extracted repo commit
329-
run: |
330-
echo "REPO_COMMIT: [$REPO_COMMIT]"
331-
if [ "$REPO_COMMIT" != "8548ede2dc34a2e1067bb58ee3ef3ad59b9fc04a" ]; then
332-
echo "Error: Got a wrong repo commit" >&2
333-
exit 1
334-
fi
335-
336307
# -- Test action get-repo-info
337308
test-get-repo-info:
338309
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)