Skip to content

Commit

Permalink
Enhanced CI
Browse files Browse the repository at this point in the history
  • Loading branch information
onihilist committed Jul 17, 2024
1 parent 79aaf65 commit 639e4d4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ jobs:

steps:
- run: |
echo "[πŸ“] - Current project -> $GITHUB_REPOSITORY" >> "$GITHUB_OUTPUT"
echo "[πŸš€] - Project version -> $version" >> "$GITHUB_OUTPUT"
echo "[πŸ§ͺ] - CI Actor -> $GITHUB_ACTOR (commit $GITHUB_SHA)" >> "$GITHUB_OUTPUT"
echo "::output name=project::[πŸ“] - Current project -> $GITHUB_REPOSITORY"
echo "::output name=project::[πŸ“] - Current project -> $GITHUB_REPOSITORY"
echo "::output name=version::[πŸš€] - Project version -> $version"
echo "::output name=ci_actor::[πŸ§ͺ] - CI Actor -> $GITHUB_ACTOR (commit $GITHUB_SHA)"
shell: /usr/bin/bash -e {0}
env:
version: 0.1.0
- uses: actions/checkout@v1
Expand Down

0 comments on commit 639e4d4

Please sign in to comment.