Skip to content

Commit

Permalink
fix:Adding microseconds to connection name varaible
Browse files Browse the repository at this point in the history
  • Loading branch information
srushti-patl committed Apr 3, 2024
1 parent b2ff1de commit c769ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terratests-metal-nimf-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
terraform_wrapper: false

- name: Set Connection Name variable
run: echo "TF_VAR_connection_name=metal_$(date +'%Y%m%d%H%M')" >> $GITHUB_ENV
run: echo "TF_VAR_connection_name=nimf_$(date +'%Y%m%d%H%M%S%N')" >> $GITHUB_ENV

- name: Set TF_VAR_connection_name secret
run: |
Expand Down

0 comments on commit c769ce4

Please sign in to comment.