Skip to content

Commit

Permalink
feat: Add a German hello world.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Feb 14, 2025
1 parent f0f55c0 commit cfce171
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
uses: iphydf/ci-tools/.github/workflows/deploy-artifact.yml@multi-artifact
with:
project-name: Experimental
artifact-source: hello-{world,you}.txt
artifact: hello-$VERSION-{world,you}.txt
artifact-source: h*llo-{world,welt}.t*t
artifact: h*llo-$VERSION-{world,welt}.t*t
build: hello
run: |
echo "Hello, world from $GITHUB_SHA on $(date)!" >hello-world.txt
echo "Hello, you from $GITHUB_SHA on $(date)!" >hello-you.txt
echo "Hallo, Welt von $GITHUB_SHA am $(date)!" >hallo-welt.txt

0 comments on commit cfce171

Please sign in to comment.