feat: Create CI/CD #9
No reviewers
Labels
No labels
Good First Issue
Help wanted
Kind/Breaking
Kind/Bug
Kind/Bug Fix
Kind/CI-CD
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Question
Kind/Security
Kind/Testing
Reviewed
Accepted
Reviewed
Confirmed
Reviewed
Declined
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Approved
Status
Blocked
Status
Inactive
Status
Need More Info
Status
Waiting On Author
Status
Waiting On Review
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: OxideTalis/oxidetalis#9
Loading…
Reference in a new issue
No description provided.
Delete branch "awiteb/ci-cd"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The mirrors is
feat: Create CI/CDto WIP: feat: Create CI/CD6f805cd79f
tof82b30ee86
WIP: feat: Create CI/CDto feat: Create CI/CD@Amjad50 Can you review this?
@ -0,0 +66,4 @@
- uses: actions/upload-artifact@v3
with:
name: ${{ env.GITHUB_SHA }}-${{ env.GITHUB_RUN_NUMBER }}
path: ${{ env.GITHUB_WORKSPACE }}/release-dir
I notice a lot of environment variables with
GITHUB
is this from forgejo to be compatible with github actions? or is it here by mistake?Yes it is, and imagine that there is no way to use
env.FORGEJO_RUN_NUMBER
for example, if you don't want to be compliant with GitHub actions.alright, yah, everything else is good
@ -0,0 +1,6 @@
## Issue
the PR template seems that its for bug fixes only, I would modify it to make it general, this is an example of what I use
Nice, I'll update it
f82b30ee86
to4590d8b2af