Skip to content

Commit

Permalink
Merge pull request #438 from McPringle/master
Browse files Browse the repository at this point in the history
πŸ“ Add achievement (and fix broken GitHub action)
  • Loading branch information
madmas committed Sep 27, 2024
2 parents 792a79a + f43fa94 commit 2f6cab0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
apply-label:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
- uses: actions/github-script@v7
with:
script: |
github.rest.issues.addLabels({
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/validate+deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name: CI

# Controls when the action will run.
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
Expand All @@ -23,14 +23,14 @@ 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
- uses: actions/checkout@v4
- uses: bahmutov/npm-install@v1

# Runs a single command using the runners shell
- name: run gulp
run: npm run gulp

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: Feed-and-Projects
path: |
Expand All @@ -44,14 +44,14 @@ jobs:
if: github.event_name == 'push' && github.repository == 'hackergarten/hackergarten.github.io' && github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: Feed-and-Projects

- name: Deploy πŸš€
uses: JamesIves/github-pages-deploy-action@4.0.0
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages # The branch the action should deploy to.
folder: . # The folder the action should deploy.
folder: . # The folder the action should deploy.
4 changes: 4 additions & 0 deletions events.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@
}
],
"achievements": [
{
"title": "Apus (Social Media Wall): Add speaker profile picture to conference sessions",
"url": "https://github.com/McPringle/apus/commit/050950cc40244948bdfa1af46bbe965b2a2d88d2"
}
]
},
{
Expand Down

0 comments on commit 2f6cab0

Please sign in to comment.