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 639e4d4 commit 78d8040
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ jobs:

steps:
- run: |
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}
echo "::group::[πŸ“] - Current project -> $GITHUB_REPOSITORY"
echo "[πŸš€] - Project version -> $version"
echo "[πŸ§ͺ] - CI Actor -> $GITHUB_ACTOR (commit $GITHUB_SHA)"
echo "::endgroup::"
env:
version: 0.1.0
- uses: actions/checkout@v1
Expand Down

0 comments on commit 78d8040

Please sign in to comment.