Skip to content

Commit b868895

Browse files
committed
Add echo to workflows
1 parent 571cd2f commit b868895

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/generate_Robotics_Academy_Database.yml

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
steps:
5454
- name: Save the version tag
5555
run: echo "TAG=${TAG#v}" >> $GITHUB_ENV
56+
- run: echo ${TAG}
5657
- name: Check out the repo # checking our the code at current commit that triggers the workflow
5758
uses: actions/checkout@v3
5859
with:

0 commit comments

Comments
 (0)