Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deployment-status.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@main

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Da müssen wir jetzt eigentlich Commit Hashes benutzen oder?

- run: npm install
working-directory: deployment-status
- run: npm run all
Expand All @@ -22,7 +22,7 @@ jobs:
contents: read
deployments: write
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@main
- uses: ./deployment-status/
with:
environment_url: "https://my.environment.de/${{ github.sha }}"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2019 Zweitag GmbH
Copyright 2026 Zweitag GmbH

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ This workflow provides standardized reports (CTRF), visual summaries, and option

# License

Copyright 2019 Zweitag GmbH
Copyright 2026 Zweitag GmbH

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Loading