Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
  • Loading branch information
bact committed Aug 7, 2024
1 parent a0be39a commit 7b3d860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ jobs:
COMMIT_HASH_MODEL=$(git rev-parse --short HEAD)
echo "spdx-3-model commit hash: $COMMIT_HASH_MODEL"
cd ..
sed -i "s/.*__COMMIT_HASH_MODEL__.*/ commit_hash_model: '$COMMIT_HASH_MODEL'/" spdx-spec/mkdocs.yml
sed -i "s/.*__COMMIT_HASH_MODEL__.*/ commit_hash_model: '$COMMIT_HASH_MODEL'/" spdx-spec/mkdocs.yml
cd spec-parser
COMMIT_HASH_PARSER=$(git rev-parse --short HEAD)
echo "spec-parser commit hash: $COMMIT_HASH_PARSER"
cd ..
sed -i "s/.*__COMMIT_HASH_PARSER__.*/ commit_hash_spec: '$COMMIT_HASH_PARSER'/" spdx-spec/mkdocs.yml
sed -i "s/.*__COMMIT_HASH_PARSER__.*/ commit_hash_parser: '$COMMIT_HASH_PARSER'/" spdx-spec/mkdocs.yml
- name: Deploy - Deploy the site, set aliases, and set default version
working-directory: spdx-spec
run: |
Expand Down

0 comments on commit 7b3d860

Please sign in to comment.