Skip to content

Commit

Permalink
Update first-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrown9100 committed Jan 24, 2024
1 parent 9985450 commit 97f91e7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/first-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ jobs:
runs-on: ubuntu-latest

steps:
# - name: Set Variables
# env:
# COWSAYS_COLOR: 'green'
- name: Set Variables
run: echo "Setting Cow Color"
env:
COWSAYS_COLOR: 'red'

- name: Cowsays
uses: mscoutermarsh/cowsays-action@v1
Expand Down

0 comments on commit 97f91e7

Please sign in to comment.