Skip to content

Commit

Permalink
Update digest_sim.yml debug
Browse files Browse the repository at this point in the history
  • Loading branch information
NadeemYaseen authored Aug 5, 2024
1 parent 22708b1 commit 01a23f9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/digest_sim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
types: [digest_latest_Release]

jobs:
SIM_Model_Digest_and_test_internal:
SIM_Model_Digest_and_test:
runs-on: ubuntu-latest
defaults:
run:
Expand Down Expand Up @@ -105,9 +105,8 @@ jobs:
echo "updates are from ${{ matrix.scenarios }}"
noTBfile="no_tb.txt"
if [ -f "$noTBfile" ]; then
echo "no tb file found"
cat $noTBfile
all_files=`cat $noTbfile`
echo "no_tb file found"
all_files=`cat $noTBfile`
echo $all_files
echo "path_to_commit=$all_files" >> $GITHUB_ENV
echo "has_changed=true" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 01a23f9

Please sign in to comment.