Skip to content

Commit

Permalink
test: echo run id
Browse files Browse the repository at this point in the history
  • Loading branch information
ShakedZrihen committed Sep 5, 2024
1 parent 0cdd25a commit e9cfa89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ runs:
run: |
rm -rf gitstream && rm -rf code && mkdir gitstream
cd gitstream && mkdir repo
echo "Run ID: ${{ github.run_id }}"
- name: Checkout base branch
uses: actions/checkout@v4
Expand Down

0 comments on commit e9cfa89

Please sign in to comment.