Commit Graph

119 Commits (7b5b9d0a2e382b5375b66f6fabbb2e978e3a2b52)
 

Author SHA1 Message Date
Felipe Suero 7b5b9d0a2e Testing out a thought 4 years ago
Felipe Suero ba61a56a57 This should output the url 4 years ago
yimysty ca82d0caf4 clean 4 years ago
yimysty 15ca70b37c rollback endpoint 4 years ago
yimysty 4aebf2942a change endpoint 4 years ago
yimysty 8f46aa45d0 fix build version 4 years ago
yimysty 4845887d6b change post url 4 years ago
yimysty d7de6bb643 update actions 4 years ago
yimysty 86032664c3 Merge branch 'main' of https://github.com/paper-spa/upload-artifact 4 years ago
yimysty eda7e1e438 write to file again... 4 years ago
Mingzi 8c6a4dd394
Update action.yml 4 years ago
yimysty bce741bc0e log token 4 years ago
yimysty cac03fb72a pass right repo name 4 years ago
yimysty 18c9955185 add token parameter 4 years ago
yimysty a52618175f adjust return 4 years ago
yimysty 846d13ffe4 return if no github token 4 years ago
yimysty 56f7cd9914 adjust url 4 years ago
yimysty b9415707f9 add pages deployment step 4 years ago
yimysty 7cc38ae471 add package changes 4 years ago
yimysty dfc9d6731a console log some information 4 years ago
yimysty b023385413 encode string 4 years ago
yimysty cfa58b4c9e echo token 4 years ago
yimysty 546158a1ec log artifact url 4 years ago
Mingzi 063ad9cd7a
Update index.js 4 years ago
Brian Cristante 11e311c8b5
Remove path filters (#229) 4 years ago
Brian Cristante 317b58f0d1
Fix YAML types in licensed.yml (#228)
* fix YAML types in licensed.yml

* Update .github/workflows/licensed.yml

Co-authored-by: Josh Gross <joshmgross@github.com>

* formatting

Co-authored-by: Josh Gross <joshmgross@github.com>
4 years ago
Brian Cristante 8d06e6c094
Create check-dist.yml (#227)
* Create check-dist.yml

* steps.if still needs ${{ }} when the expr has operators

* single quotes?

* npm install

* mess with index.js

* add if failure()

* Copy the correct version back in from the artifact

* Update .github/workflows/check-dist.yml

Co-authored-by: Konrad Pabjan <konradpabjan@github.com>

* formatting & language

* npm ci

Co-authored-by: Konrad Pabjan <konradpabjan@github.com>
4 years ago
Brian Cristante 27121b0bdf
Ingest v0.5.2 of @actions/artifact (#224)
* npm install --update @actions/artifact

* update .license file

* npm run release
4 years ago
dependabot[bot] 4537e112f4
Bump ws from 7.2.3 to 7.5.0 (#221)
Bumps [ws](https://github.com/websockets/ws) from 7.2.3 to 7.5.0.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.2.3...7.5.0)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>
4 years ago
Brian Cristante 2368feccd5
Avoid triggering push for Dependabot branches (again) (#223) 4 years ago
dependabot[bot] 52a3c6b975
Bump glob-parent from 5.1.1 to 5.1.2 (#219)
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>
4 years ago
dependabot[bot] 76f4433885
Bump hosted-git-info from 2.8.5 to 2.8.9 (#203)
* Bump hosted-git-info from 2.8.5 to 2.8.9

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.5 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.5...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>

* Empty commit

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>
4 years ago
Brian Cristante 46426468d3
Merge pull request #222 from actions/brcrista/dependabot-push
Avoid triggering push for Dependabot branches
4 years ago
Brian Cristante 8507687653
avoid triggering push for Dependabot branches 4 years ago
Brian Cristante 0482dbbe7a
Merge pull request #202 from actions/dependabot/npm_and_yarn/lodash-4.17.21
Bump lodash from 4.17.19 to 4.17.21
4 years ago
Brian Cristante 58518184d2
Merge pull request #211 from JasonGross/patch-1
Fix the grammar in a warning message
4 years ago
Jason Gross 4db8255e70
Fix the grammar in a warning message 4 years ago
Robert Cannon 9243a41f97
Re-order example descriptions (#209)
Given the way that the two descriptions were written it was confusing about which example was being discussed (see specifically "In the above example in the previous version).
4 years ago
Remy Kabel 9dc0ee81a2
Fix spelling error (#204)
effect -> affect
4 years ago
dependabot[bot] 2e3d6da508
Bump lodash from 4.17.19 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Konrad Pabjan ee69f02b3d
Bump @actions/artifact to version 0.5.1 (#189)
* Bump @actions/artifact to version 0.5.1

* Update license versions
5 years ago
dependabot[bot] bcd44ad93d
Bump y18n from 4.0.0 to 4.0.1 (#186)
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
Yang Cao ea3d524381
Merge pull request #173 from yacaovsnc/main
Display a warning if user tries to upload over 10000 files
5 years ago
Yang Cao e95d1b9c8d update index.js 5 years ago
Yang Cao 0fbc4b771a Display a warning if user tries to upload over 10000 files 5 years ago
Robin Neatherway a1af2e8f43
Add on: pull_request trigger to CodeQL workflow (#165)
From February 2021, in order to provide feedback on pull requests, Code Scanning workflows must be configured with both `push` and `pull_request` triggers. This is because Code Scanning compares the results from a pull request against the results for the base branch to tell you only what has changed between the two.

Early in the beta period we supported displaying results on pull requests for workflows with only `push` triggers, but have discontinued support as this proved to be less robust.

See https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#scanning-pull-requests for more information on how best to configure your Code Scanning workflows.
5 years ago
Konrad Pabjan a4f98af3fa
Update README.md 5 years ago
Konrad Pabjan 16b8b2b2e7
Update where does the upload go section (#162) 5 years ago
Konrad Pabjan e448a9b857
Add retries to all HTTP calls + resolve dependabot alerts (#160)
* Bump @actions/artifact to version 0.5.0

* Resolve dependabot alert for node-notifier

* Resolve dependabot alert for node-fetch

* Bump artifact.dep.yml

* Update http-client.dep.yml
5 years ago
Hugo van Kemenade e6bd6b7749
Replace "file(s)" with "file" or "files" (#159) 5 years ago