Skip to content

Commit b59c650

Browse files
committed
Attempting to use private action.
1 parent bd6fff5 commit b59c650

33 files changed

+2672
-0
lines changed

.github/workflows/push.yml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
on:
2+
push:
3+
branches: [gh-pages]
4+
5+
jobs:
6+
create_issues:
7+
runs-on: ubuntu-latest
8+
name: create-issue-steps
9+
steps:
10+
- name: Checkout
11+
uses: actions/checkout@v2
12+
- name: Checkout private actions
13+
uses: actions/checkout@v2
14+
with:
15+
repository: tbrockman/github-social-action
16+
ref: master
17+
token: ${{ secrets.GITHUB_TOKEN }}
18+
path: action.yml
19+
- name: Create issues
20+
uses: action.yml
21+
id: yabadaba
22+
env:
23+
github_token: ${{ secrets.GITHUB_TOKEN }}

client.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src.77de5100.js

+232
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)