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 2fe7a79 commit 79aaf65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:

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

0 comments on commit 79aaf65

Please sign in to comment.