Skip to content

Commit

Permalink
cc
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosJoseChaconChavarria authored Jun 2, 2024
1 parent b282ceb commit f71ecf3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Generate number
id: generate-number
run: echo "number=$RANDOM"
run: echo "number=$RANDOM" >> $GITHUB_OUTPUT

consumer-of-generator:
needs: random-number-generator
Expand Down
File renamed without changes.

0 comments on commit f71ecf3

Please sign in to comment.