Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
potsrevennil committed Dec 20, 2024
1 parent 22327c7 commit fab4828
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ jobs:
- name: first
id: first
run: |
echo "shell=zsh" >> $GITHUB_OUTPUT
echo "SHELL=zsh" >> $GITHUB_ENV
- name: check
run: |
echo ${{ github.env }}
cat ${{ github.env }}
source ${{ github.env }}
echo $SHELL
lint:
strategy:
Expand Down

0 comments on commit fab4828

Please sign in to comment.