Skip to content

Commit

Permalink
fix: fix error in docs/gen from setup-bazel adoption
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenandpork committed Dec 7, 2024
1 parent e5d1fa5 commit 2c63a0e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/bazel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
os: [ubuntu-latest]

steps:
#-
# name: Date-Based Cache key
# # get a key showing the current week (ISO: yyyyWww) allowing older caches to age-out/autoprune
# id: week
# run: echo "::set-output name=iso::$(date +'bazel-%YW%U')"
-
name: Date-Based Cache key
# get a key showing the current week (ISO: yyyyWww) allowing older caches to age-out/autoprune
id: week
run: echo "::set-output name=iso::$(date +'bazel-%YW%U')"
#-
# uses: bazel-contrib/[email protected]
# with:
Expand Down

0 comments on commit 2c63a0e

Please sign in to comment.