Skip to content

Commit e88992c

Browse files
committed
tests
Signed-off-by: Martijn Govers <[email protected]>
1 parent 0614ec8 commit e88992c

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/test-action.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,8 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626

27-
- uses: actions/setup-python@v5
28-
with:
29-
python-version: "3.12"
30-
3127
- name: Set PyPI Version
3228
uses: ./
3329

34-
- name: Low latest version
30+
- name: Sow latest version
3531
run: cat PYPI_VERSION

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ description: Retrieve the latest release tag, run the Bash script to bump versio
77
runs:
88
using: "composite"
99
steps:
10+
- name: Show that the correct action from the correct SHA is used
11+
cat: "This works"
12+
1013
- name: Get Latest Release Tag
1114
id: fetch_tag
1215
uses: pozetroninc/github-action-get-latest-release@master

0 commit comments

Comments
 (0)