Skip to content

Commit 2936a6a

Browse files
author
Compey
authored
🐛 Accidentally hard-coded my id
1 parent 201a834 commit 2936a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const core = require('@actions/core');
22
const axios = require('axios');
33
const { exec } = require('child_process');
4-
const id = "893762371770802227"
4+
const id = core.getInput("id")
55

66
try {
77
axios.get(`https://api.lanyard.rest/v1/users/${id}`)

0 commit comments

Comments
 (0)