Skip to content

Commit

Permalink
🐛 Accidentally hard-coded my id
Browse files Browse the repository at this point in the history
  • Loading branch information
Compey committed Mar 25, 2022
1 parent 201a834 commit 2936a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const core = require('@actions/core');
const axios = require('axios');
const { exec } = require('child_process');
const id = "893762371770802227"
const id = core.getInput("id")

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

0 comments on commit 2936a6a

Please sign in to comment.