forked from J12934/helm-gh-pages-action
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squashing commits for first pass at implementing action
- Loading branch information
1 parent
5d267bc
commit 5840b5b
Showing
4 changed files
with
158 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,16 @@ | ||
on: [push] | ||
|
||
jobs: | ||
hello_world_job: | ||
Test_Job: | ||
runs-on: ubuntu-latest | ||
name: A job to say hello | ||
name: Test job | ||
steps: | ||
# To use this repository's private action, you must check out the repository | ||
# - name: Checkout | ||
# uses: actions/checkout@v2 | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
- name: Test this action | ||
uses: ./ # Uses an action in the root directory | ||
uses: ./ | ||
with: | ||
access-token: ${{ secrets.CR_TOKEN }} | ||
source-charts-folder: 'test-charts' | ||
destination-repo: ${{ secrets.CR_TOKEN }} | ||
destination-repo: dave-mcconnell/helm-charts | ||
destination-charts-folder: 'charts' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters