Skip to content

Commit fffbda9

Browse files
authored
Merge pull request #3 from calvinmclean/update-action
Update Action to v1.1.1 to enable tags
2 parents 08924c2 + a7e72e0 commit fffbda9

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v3
11-
- uses: calvinmclean/article-sync@v1.0.1
11+
- uses: calvinmclean/article-sync@v1.1.1
1212
with:
1313
type: synchronize
1414
api_key: ${{ secrets.DEV_TO_API_KEY }}

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v3
11-
- uses: calvinmclean/article-sync@v1.0.1
11+
- uses: calvinmclean/article-sync@v1.1.1
1212
with:
1313
type: summary
1414
api_key: ${{ secrets.DEV_TO_API_KEY }}

articles/article-synchronization/article.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,11 @@
33
"slug": "manage-dev-articles-with-git-and-github-actions-13md",
44
"title": "Manage DEV Articles with Git and GitHub Actions",
55
"description": "Introduction Git is a familiar tool for most, if not all, software engineers. While it is...",
6-
"url": "https://dev.to/calvinmclean/manage-dev-articles-with-git-and-github-actions-13md"
6+
"url": "https://dev.to/calvinmclean/manage-dev-articles-with-git-and-github-actions-13md",
7+
"tags": [
8+
"githubactions",
9+
"writing",
10+
"go",
11+
"tutorial"
12+
]
713
}

0 commit comments

Comments
 (0)