Skip to content

Commit

Permalink
fix workflow substitution
Browse files Browse the repository at this point in the history
fix var -> vars
  • Loading branch information
LegitCamper committed Mar 16, 2024
1 parent 6688f17 commit 7f728b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-homelab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: replace domain in configs
run: |
# add any other files that need domain substituion here - for flexablity
sed -i -e 's/$DOMAIN/{{ var.DOMAIN }}/g' ./dashy/conf.yml
sed -i -e 's/$DOMAIN/${{ vars.DOMAIN }}/g' ./dashy/conf.yml
- name: install docker compose for tests
uses: KengoTODA/actions-setup-docker-compose@v1
Expand Down

0 comments on commit 7f728b7

Please sign in to comment.