mirror of
https://github.com/OliveTin/OliveTin
synced 2025-10-29 20:37:02 +00:00
doc: Typo in agents, fix undefined var DATE in pipeline
This commit is contained in:
8
.github/workflows/build-and-release.yml
vendored
8
.github/workflows/build-and-release.yml
vendored
@@ -56,6 +56,10 @@ jobs:
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.CONTAINER_TOKEN }}
|
||||
|
||||
- name: get date
|
||||
run: |
|
||||
echo "DATE=$(date +'%Y-%m-%d')" >> "$GITHUB_ENV"
|
||||
|
||||
- name: make webui
|
||||
run: make -w webui-dist
|
||||
|
||||
@@ -94,10 +98,6 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.CONTAINER_TOKEN }}
|
||||
GH_TOKEN: ${{ secrets.CONTAINER_TOKEN }}
|
||||
|
||||
- name: get date
|
||||
run: |
|
||||
echo "DATE=$(date +'%Y-%m-%d')" >> "$GITHUB_ENV"
|
||||
|
||||
- name: Archive binaries
|
||||
uses: actions/upload-artifact@v4.3.1
|
||||
with:
|
||||
|
||||
@@ -57,7 +57,7 @@ If you are looking for OliveTin's AI policy, you can find it in `AI.md`.
|
||||
- Action button behavior: `frontend/resources/vue/ActionButton.vue`
|
||||
|
||||
### Contributing Checklist
|
||||
- Review the contributuing guidelines at `CONTRIBUTING.adoc`.
|
||||
- Review the contributing guidelines at `CONTRIBUTING.adoc`.
|
||||
- Review the AI guidance in `AI.md`.
|
||||
- Review the pull request template at `.github/PULL_REQUEST_TEMPLATE.md`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user