Skip to content

Amateur #140

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from all 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
64 changes: 64 additions & 0 deletions .github/workflows/Combined.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
[![.github/workflows/Combined.yml](https://github.com/Creakthistle/ailab/actions/workflows/Combined.yml/badge.svg?branch=Creakthistle-path-1&event=check_run)](https://github.com/Creakthistle/ailab/actions/workflows/Combined.yml)[![.github/workflows/Combined.yml](https://github.com/Creakthistle/ailab/actions/workflows/Combined.yml/badge.svg?branch=Creakthistle-path-1&event=check_run)](https://github.com/Creakthistle/ailab/actions/workflows/Combined.yml)



# Allows you to run this workflow manually from the Actions tab
- name: workflow_dispatch
runs-on: ubuntu-latest
jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.
- name: Cache
uses: actions/[email protected]
with:
# A list of files, directories, and wildcard patterns to cache and restore
path: Buildanintelligentbot
Creakthistle/curly-octo-computing-machine
# An explicit key for restoring and saving the cache
key: -0b0 +1 00011 1579
# An ordered list of keys to use for restoring the cache if no cache hit occurred for key
restore-keys: # optional
# The chunk size used to split up large files during upload, in bytes
upload-chunk-size: # optional



if-no-files-found: # optional, default is warn
# Duration after which artifact will expire in days. 0 means using default retention.
Minimum 1 day. Maximum 90 days unless changed from the repository settings page.

retention-days: # optional

- name: Setup Go environment
uses: actions/[email protected]
with: Buildanintelligentbot, curly-octo-computing-machine
# The Go version to download (if necessary) and use. Supports semver spec and ranges.
go-version: # optional
# Whether to download only stable versions
stable: # optional, default is true
# Used to pull node distributions from go-versions. Since there's a default, this is typically not supplied by the user.
token: # optional, default is ${{ github.token }}

- name: Upload a Build Artifact
uses: actions/[email protected]
with:
# Artifact name
name: Arbitrary
# A file, directory or wildcard pattern that describes what to upload
path: curly-octo-computing-machine
# The desired behavior if no files are found using the provided path.
Available Options:
warn: Output a warning but do not fail the action
error: Fail the action with an error message
ignore: Do not output any warnings or errors, the action does not fail