Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
yshakya committed Oct 20, 2023
1 parent be7f1c5 commit 4ccb8a6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/27434.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ jobs:
- name: Detect Build Artifact(s)
id: artifact
run: |
pwd
ls
1=`pwd`
echo $1
2='ls'
echo $2
export JOBS=$(grep Lambdas tools/artifacts.tmp); exit 0
export LAMBDAS=$(grep Jobs tools/artifacts.tmp); exit 0
echo "jobs=$JOBS" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 4ccb8a6

Please sign in to comment.