Skip to content

Commit

Permalink
xd
Browse files Browse the repository at this point in the history
  • Loading branch information
filip-szweda committed Oct 2, 2024
1 parent 949789b commit 53066ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: "Create timestamp"
id: create_timestamp
uses: ./.github/actions/create-timestamp
run: printf "timestamp=%s\n" "$(date +%Y%m%d-%H%M%S)" >> "$GITHUB_OUTPUT"

- name: "Set Git identity"
run: |
Expand Down Expand Up @@ -69,4 +69,6 @@ jobs:
- name: "Debug"
env:
TIMESTAMP: ${{needs.main-create-timestamp-and-tag.outputs.timestamp}}
run: echo "${TIMESTAMP}"
run: |
echo "${TIMESTAMP}"
echo $TIMESTAMP
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 Dynatrace LLC
# Copyright 2024 Dynatrace LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 53066ab

Please sign in to comment.